Skip to content

Commit

Permalink
used proper source for github package
Browse files Browse the repository at this point in the history
  • Loading branch information
ydinkov authored Feb 13, 2022
1 parent 924a3b4 commit 764aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:


- name: Push to Github Packages
run: dotnet nuget push ./Dialogative/bin/Release/Dialogative.*.nupkg --source "github" --api-key ${{ secrets.GH_PACKAGES_TOKEN }}
run: dotnet nuget push ./Dialogative/bin/Release/Dialogative.*.nupkg --source "https://nuget.pkg.github.com/ydinkov/index.json" --api-key ${{ secrets.GH_PACKAGES_TOKEN }}


- name: Push to Nuget
Expand Down

0 comments on commit 764aa5f

Please sign in to comment.