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