From e2a869522a0c811ea71495778aa7e14cbfc63f8a Mon Sep 17 00:00:00 2001 From: hadashiA Date: Sun, 25 Feb 2024 22:52:46 +0900 Subject: [PATCH] [CI] fix --- .github/workflows/release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5253cee7..6db140d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,11 +75,7 @@ jobs: create-release: needs: [build-unity] runs-on: ubuntu-latest - steps: - - if: github.event.inputs.dry-run == 'false' - needs: [update-version-number] - runs-on: ubuntu-latest + if: github.event.inputs.dry-run == 'false' permissions: contents: write timeout-minutes: 10