We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fdd4c commit 513b842Copy full SHA for 513b842
.github/workflows/ci.yml
@@ -34,6 +34,4 @@ jobs:
34
# run: dotnet test --no-build --configuration Release
35
- name: Publish release to NuGet
36
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
+ 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