File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-dotnet@v3
12
12
with :
13
- dotnet-version : 7.0 .x
13
+ dotnet-version : 8 .x
14
14
- run : dotnet pack
15
15
- run : dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
16
16
docker-push :
19
19
- uses : actions/checkout@v3
20
20
- uses : actions/setup-dotnet@v3
21
21
with :
22
- dotnet-version : 7.0 .x
22
+ dotnet-version : 8 .x
23
23
- uses : docker/setup-buildx-action@v2
24
24
- run : echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
25
25
- run : echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
39
39
sourcegraph/scip-dotnet:${{ env.PATCH }}
40
40
sourcegraph/scip-dotnet:${{ env.MINOR }}
41
41
sourcegraph/scip-dotnet:${{ env.MAJOR }}
42
-
You can’t perform that action at this time.
0 commit comments