Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian918 committed Dec 8, 2023
1 parent 8c82d65 commit 20b3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build --configuration Release

- name: Pack NuGet package
run: dotnet pack -c Release --output ./artifacts
run: dotnet pack -c Release

- name: Publish NuGet package
run: dotnet nuget push bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit 20b3cf5

Please sign in to comment.