Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kdcllc committed Jun 25, 2021
1 parent 09aa843 commit e9da04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: dotnet pack --no-build --configuration ${{ env.configuration }} --no-restore -p:Version=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o packages

- name: Publish Nuget Packages
run: dotnet nuget push packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
run: dotnet nuget push packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true

# This workflow contains
tag:
Expand Down

0 comments on commit e9da04d

Please sign in to comment.