Skip to content

Commit d71f891

Browse files
authored
Update publish-release.yml
1 parent 68cee09 commit d71f891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
name: nupkg
6060
- 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"
61+
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"
6262
- name: Push package to GitHub packages
6363
if: needs.build.outputs.CommitsSinceVersionSource > 0 #Only release if there has been a commit/version change
6464
run: |

0 commit comments

Comments
 (0)