Skip to content

Commit 45a3135

Browse files
committed
ci: fix env var for trusted publishing
1 parent ad550c6 commit 45a3135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: nuget/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1
5959
id: nuget-login
6060
with:
61-
user: ${{ vars.NUGET_USER }}
61+
user: ${{ secrets.NUGET_USER }}
6262

6363
- name: deploy nuget.org
6464
run: find bin -name '*.nupkg' | xargs dotnet nuget push -s $NUGET_SOURCE -k $NUGET_KEY --skip-duplicate --force-english-output

0 commit comments

Comments
 (0)