Skip to content

Commit

Permalink
NUGET_AUTH_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Apr 12, 2024
1 parent 78ee49e commit 04e1b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Publish to nuget.org
run: dotnet nuget push src/Otp.NET/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Upload package
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 04e1b8c

Please sign in to comment.