Skip to content

Commit 342c0ea

Browse files
authored
Fix publish path to use release
1 parent 2fa93e9 commit 342c0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
dotnet-version: 7.0.x
1414
- run: dotnet pack
15-
- run: dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
15+
- run: dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
1616
docker-push:
1717
runs-on: ubuntu-latest
1818
steps:
@@ -39,4 +39,4 @@ jobs:
3939
sourcegraph/scip-dotnet:${{ env.PATCH }}
4040
sourcegraph/scip-dotnet:${{ env.MINOR }}
4141
sourcegraph/scip-dotnet:${{ env.MAJOR }}
42-
42+

0 commit comments

Comments
 (0)