Skip to content

Commit

Permalink
コマンドの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
juner committed Jul 24, 2020
1 parent 246734c commit 6128c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
gh-user: $GITHUB_OWNER
token: ${{ secrets.GITHUB_TOKEN }}
- name: Push to NuGet Feed
run: dotnet nuget push ./src/**/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
run: dotnet nuget push ./src/**/*.nupkg --skip-duplicate --api-key $NUGET_KEY --symbol-api-key $NUGET_KEY

0 comments on commit 6128c45

Please sign in to comment.