We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03341ff commit 2c5c405Copy full SHA for 2c5c405
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Publish to NuGet
54
if: github.repository_owner == 'Hymma' && startsWith(github.ref, 'refs/tags/v')
55
- run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
56
57
- name: Create GitHub Release
58
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments