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 2fa93e9 commit 342c0eaCopy full SHA for 342c0ea
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
dotnet-version: 7.0.x
14
- run: dotnet pack
15
- - run: dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
+ - run: dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
16
docker-push:
17
runs-on: ubuntu-latest
18
steps:
@@ -39,4 +39,4 @@ jobs:
39
sourcegraph/scip-dotnet:${{ env.PATCH }}
40
sourcegraph/scip-dotnet:${{ env.MINOR }}
41
sourcegraph/scip-dotnet:${{ env.MAJOR }}
42
-
+
0 commit comments