Skip to content

Commit

Permalink
Fixed the workflow following this issue NuGet/Home#4864
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin SPETH committed Mar 26, 2021
1 parent 3f32df3 commit 211d757
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nugets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release --no-build --no-restore -v normal -o ./nupkgs -p:Version=${{steps.get_version.outputs.match}}
- name: Push
run: dotnet nuget push ./nupkgs -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org --skip-duplicate -n
run: dotnet nuget push ./nupkgs/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org --skip-duplicate -n true

This file was deleted.

0 comments on commit 211d757

Please sign in to comment.