Skip to content

Commit 358fe96

Browse files
committed
Update publish to net 8.0
1 parent 342c0ea commit 358fe96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-dotnet@v3
1212
with:
13-
dotnet-version: 7.0.x
13+
dotnet-version: 8.x
1414
- run: dotnet pack
1515
- run: dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
1616
docker-push:
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 7.0.x
22+
dotnet-version: 8.x
2323
- uses: docker/setup-buildx-action@v2
2424
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2525
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
@@ -39,4 +39,3 @@ jobs:
3939
sourcegraph/scip-dotnet:${{ env.PATCH }}
4040
sourcegraph/scip-dotnet:${{ env.MINOR }}
4141
sourcegraph/scip-dotnet:${{ env.MAJOR }}
42-

0 commit comments

Comments
 (0)