Skip to content

Commit

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

Please sign in to comment.