Skip to content

Commit

Permalink
Revert back to nuget push wildcard search
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jul 27, 2023
1 parent 13c4ac9 commit cfd5ea4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ jobs:
**/*.nupkg
README.md
- name: Push packages to NuGet
shell: pwsh
run: |
Get-ChildItem -Filter *.nupkg -Recurse |
ForEach-Object {
dotnet nuget push $_ --api-key ${{ secrets.NUGET_KEY }} --source ${{ env.NUGET_REPO_URL }} --no-symbols
}
run: dotnet nuget push *.nupk --api-key ${{ secrets.NUGET_KEY }} --source ${{ env.NUGET_REPO_URL }} --no-symbols
- name: Create tag
uses: actions/github-script@v3
with:
Expand Down

0 comments on commit cfd5ea4

Please sign in to comment.