Skip to content

Commit

Permalink
Add nuget source
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Nov 16, 2023
1 parent f3aacd7 commit 2439c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- 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 2439c89

Please sign in to comment.