Skip to content

Commit

Permalink
Make GH NuGet deployments repo-agnostic (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Nov 22, 2023
1 parent 3199737 commit 2d623b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Publish packages (GitHub Registry)
run: >
dotnet nuget push **/*.nupkg
--source https://nuget.pkg.github.com/passwordless/index.json
--source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
--api-key ${{ secrets.GITHUB_TOKEN }}
# Only publish to NuGet on stable releases
Expand Down

0 comments on commit 2d623b1

Please sign in to comment.