Skip to content

Commit 79d6f7f

Browse files
authored
Update publish-pipeline.yml
1 parent a58e60d commit 79d6f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
run: |
149149
cd '${{ github.workspace }}/Builds/MewtocolNet'
150150
ls -l
151-
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
151+
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
152+
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source "https://api.nuget.org/v3/index.json"
152153
153154
- name: 'Create Release v${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}'
154155
id: create_release

0 commit comments

Comments
 (0)