We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5f9b0 commit 0fa4215Copy full SHA for 0fa4215
.github/workflows/publish-nuget.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: NuGet/setup-nuget@v1
48
49
- 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 }}
+ run: nuget sources add -name github -source https://nuget.pkg.github.com/nextcaptcha/index.json -username nextcaptcha -password ${{ secrets.GIT_TOKEN }}
51
52
- name: Push NuGet Package
53
run: nuget push *.nupkg -Source github -SkipDuplicate
0 commit comments