Skip to content

Commit f46fe24

Browse files
authored
Update build-release.yml
1 parent 2554e81 commit f46fe24

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
with:
3232
ref: ${{ needs.update-packagejson.outputs.sha }}
3333
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
34-
with:
35-
dotnet-version: |
36-
6.0.x
37-
7.0.x
3834
# pack nuget
3935
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
4036
- run: dotnet test -c Release --no-build

0 commit comments

Comments
 (0)