From 104f8e09ca46d24f737e7f2f253d07946d5ad42c Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:09:34 +0900 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f452401..13183a1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -34,10 +34,6 @@ jobs: with: ref: ${{ needs.update-packagejson.outputs.sha }} - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: | - 3.1.x - 6.0.x # build and pack - run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }} - run: dotnet test -c Release --no-build