There was an error while loading. Please reload this page.
1 parent 0f4913a commit ab7ca4dCopy full SHA for ab7ca4d
1 file changed
.github/workflows/publish.yml
@@ -27,4 +27,3 @@ jobs:
27
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
28
run: |
29
dotnet nuget push ./artifacts/packages/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
30
- dotnet nuget push ./artifacts/packages/*.snupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments