Skip to content

Commit

Permalink
[CI] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Feb 25, 2024
1 parent e4c19ce commit e2a8695
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2a8695

Please sign in to comment.