We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013a0d7 commit a325a4eCopy full SHA for a325a4e
.github/workflows/build.yml
@@ -70,5 +70,5 @@ jobs:
70
- name: Publish package
71
env:
72
VERSION: ${{ needs.get-version.outputs.tag }}
73
- API_KEY: ${{ secrets.API_KEY }}
+ API_KEY: ${{ secrets.NUGET_PASSWORD }}
74
run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate
0 commit comments