Skip to content

Commit

Permalink
Update dotnet-nuget-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle079 authored Feb 1, 2024
1 parent d98aadd commit e6b2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
path: nupkgs/*.nupkg

- name: Push to GitHub Packages
run: dotnet nuget push "nupkgs/*.nupkg" --source "github" --skip-duplicate
run: dotnet nuget push "nupkgs/*.nupkg" --source "https://nuget.pkg.github.com/kyle079/index.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6b2522

Please sign in to comment.