Skip to content

Commit

Permalink
fix: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay authored Aug 23, 2024
1 parent 230f0d2 commit d7b79b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ jobs:
nuget verify -All "%cd%\signed\*.nupkg"
shell: cmd
- name: Push package
run: dotnet nuget push "%cd%\signed" --api-key ${{ secrets.nugetApiKey }} --skip-duplicate --source https://api.nuget.org/v3/index.json
shell: cmd
run: |
dotnet nuget push "%cd%\signed\*.nupkg" --api-key ${{ secrets.nugetApiKey }} --skip-duplicate --source https://api.nuget.org/v3/index.json

0 comments on commit d7b79b9

Please sign in to comment.