Skip to content

Commit

Permalink
Merge pull request #50 from TeamStepping/fix-publish
Browse files Browse the repository at this point in the history
Fix publish.yml
  • Loading branch information
gdlcf88 committed Sep 18, 2022
2 parents af5d641 + 108f843 commit b40539d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
run: ls dest

- name: Push to NuGet
run: dotnet nuget push dest\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
working-directory: dest
run: dotnet nuget push *.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit b40539d

Please sign in to comment.