Skip to content

Commit 86d54a8

Browse files
committed
2 parents 76c7ce6 + 1d50f73 commit 86d54a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Push package to GitHub packages
6363
if: needs.build.outputs.CommitsSinceVersionSource > 0 #Only release if there has been a commit/version change
6464
run: |
65-
dotnet nuget push nupkg/*.nupkg --skip-duplicate --api-key ${{ secrets.DEPLOY_GITHUB_TOKEN }} --source "github"
65+
dotnet nuget push nupkg/*.nupkg --skip-duplicate --source "github"
6666
dotnet nuget push nupkg/*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
6767
6868
#Create release

0 commit comments

Comments
 (0)