Skip to content

Commit

Permalink
workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcaptcha committed Mar 18, 2024
1 parent 2b5f9b0 commit 0fa4215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: NuGet/setup-nuget@v1

- name: Add NuGet Source
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 }}

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

0 comments on commit 0fa4215

Please sign in to comment.