Skip to content

Commit 513b842

Browse files
committed
Remove snupkg push
1 parent 86fdd4c commit 513b842

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434
# run: dotnet test --no-build --configuration Release
3535
- name: Publish release to NuGet
3636
if: github.event_name == 'release'
37-
run: |
38-
dotnet nuget push "**/Atamai.Slice.*$SLICE_VERSION.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
39-
dotnet nuget push "**/Atamai.Slice.*$SLICE_VERSION.snupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
37+
run: dotnet nuget push "**/Atamai.Slice.*$SLICE_VERSION.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)