Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from freee/fix-publish
Browse files Browse the repository at this point in the history
複数パッケージの発行に失敗するのを修正
  • Loading branch information
dzeyelid authored Sep 28, 2020
2 parents 9fc344d + 401fef4 commit 75e00cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet pack -c Release -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}

- name: Publish Packages
run: dotnet nuget push dist/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push 'dist/*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 75e00cb

Please sign in to comment.