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 54a09c2 commit f45523e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Pack
run: dotnet pack ./GoFileSharp/GoFileSharp/GoFileSharp.csproj --configuration release --output ./ -p:OutputFileNamesWithoutVersion=true
- name: Publish
shell: bash
env:
NUGET_TOKEN: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ./GoFileSharp.nupkg --api-key ${NUGET_TOKEN} --source "https://api.nuget.org/v3/index.json"

run: dotnet nuget push ./GoFileSharp.nupkg -k "$NUGET_TOKEN" -s "https://api.nuget.org/v3/index.json"

0 comments on commit f45523e

Please sign in to comment.