Skip to content

Commit ab7ca4d

Browse files
committed
Push *.nupkg automatically pushes *.snupkg.
1 parent 0f4913a commit ab7ca4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ jobs:
2727
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
2828
run: |
2929
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

Comments
 (0)