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 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 :
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
3939 sourcegraph/scip-dotnet:${{ env.PATCH }}
4040 sourcegraph/scip-dotnet:${{ env.MINOR }}
4141 sourcegraph/scip-dotnet:${{ env.MAJOR }}
42-
You can’t perform that action at this time.
0 commit comments