We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cee09 commit d71f891Copy full SHA for d71f891
.github/workflows/publish-release.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
name: nupkg
60
- name: Prep packages
61
- run: dotnet nuget add source --username BigMakCode --password ${{ secrets.DEPLOY_GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/BigMakCode/index.json"
+ run: dotnet nuget add source --username bvdcode --password ${{ secrets.DEPLOY_GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/bvdcode/index.json"
62
- name: Push package to GitHub packages
63
if: needs.build.outputs.CommitsSinceVersionSource > 0 #Only release if there has been a commit/version change
64
run: |
0 commit comments