Skip to content

Commit

Permalink
ci: enabled NuGet publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickFricke committed May 15, 2024
1 parent 561d312 commit 6075e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Pack nugets
run: dotnet pack -c Release --no-build --output .

# - name: Push to NuGet
# run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

- name: Push to Github NuGet registry
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/HypeRate/index.json

0 comments on commit 6075e7a

Please sign in to comment.