Skip to content

Commit 0fa4215

Browse files
author
nextcaptcha
committed
workflow name
1 parent 2b5f9b0 commit 0fa4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: NuGet/setup-nuget@v1
4848

4949
- name: Add NuGet Source
50-
run: nuget sources add -name github -source https://nuget.pkg.github.com/nextcaptcha/index.json -username OWNER -password ${{ secrets.GIT_TOKEN }}
50+
run: nuget sources add -name github -source https://nuget.pkg.github.com/nextcaptcha/index.json -username nextcaptcha -password ${{ secrets.GIT_TOKEN }}
5151

5252
- name: Push NuGet Package
5353
run: nuget push *.nupkg -Source github -SkipDuplicate

0 commit comments

Comments
 (0)