Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle-lord authored Mar 15, 2024
1 parent f45523e commit 23c118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Publish
shell: bash
env:
NUGET_TOKEN: ${{ secrets.NUGET_API_KEY }}
NUGET_TOKEN: ${{ secrets.NUGET_API_TOKEN }}
run: dotnet nuget push ./GoFileSharp.nupkg -k "$NUGET_TOKEN" -s "https://api.nuget.org/v3/index.json"

0 comments on commit 23c118c

Please sign in to comment.