File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ jobs:
148
148
run : |
149
149
cd '${{ github.workspace }}/Builds/MewtocolNet'
150
150
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"
152
153
153
154
- name : ' Create Release v${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}'
154
155
id : create_release
You can’t perform that action at this time.
0 commit comments