Skip to content

Commit

Permalink
Update build-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 26, 2023
1 parent 6fcc1a2 commit e516016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:

- name: Publish - GitHub
if: ${{ env.is-default-branch == 'true' || env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --source "github"
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 comments on commit e516016

Please sign in to comment.