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 5015394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-nugets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ 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 *.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n true
working-directory: ./nupkgs

This file was deleted.

0 comments on commit 5015394

Please sign in to comment.