We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c0ea commit 358fe96Copy full SHA for 358fe96
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-dotnet@v3
12
with:
13
- dotnet-version: 7.0.x
+ dotnet-version: 8.x
14
- run: dotnet pack
15
- run: dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
16
docker-push:
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
- uses: docker/setup-buildx-action@v2
24
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
25
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
@@ -39,4 +39,3 @@ jobs:
39
sourcegraph/scip-dotnet:${{ env.PATCH }}
40
sourcegraph/scip-dotnet:${{ env.MINOR }}
41
sourcegraph/scip-dotnet:${{ env.MAJOR }}
42
-
0 commit comments