Skip to content

Commit

Permalink
added auth to setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Nov 16, 2023
1 parent 0d5ebde commit 4d30447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
dotnet-version: '8.0.x'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
- run: dotnet build --configuration Release
- name: Create the package
run: dotnet pack --configuration Release -o artifacts /p:Version=${{ github.ref_name }}
Expand Down

0 comments on commit 4d30447

Please sign in to comment.