Skip to content

Commit

Permalink
Add package path for the nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubzer committed Aug 19, 2024
1 parent bffa94a commit 3ac81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: 'Publish package to Github Packages'
run: dotnet nuget push -s github --api-key ${{ secrets.GITHUB_TOKEN }} artifacts/package/release/*.nupkg
- name: 'Publish package to NuGet'
run: dotnet nuget push -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} artifacts/package/release/*.nupkg

0 comments on commit 3ac81d6

Please sign in to comment.