We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad550c6 commit 45a3135Copy full SHA for 45a3135
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: nuget/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1
59
id: nuget-login
60
with:
61
- user: ${{ vars.NUGET_USER }}
+ user: ${{ secrets.NUGET_USER }}
62
63
- name: deploy nuget.org
64
run: find bin -name '*.nupkg' | xargs dotnet nuget push -s $NUGET_SOURCE -k $NUGET_KEY --skip-duplicate --force-english-output
0 commit comments