File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 bump-version :
10- if : github.repository == 'commitizen-tools/commitizen' && !startsWith(github.event.head_commit.message, 'bump:')
10+ if : ${{ github.repository == 'commitizen-tools/commitizen' && !startsWith(github.event.head_commit.message, 'bump:') }}
1111 runs-on : ubuntu-latest
1212 name : " Bump version and create changelog with commitizen"
1313 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 update-cli-screenshots :
11- if : github.repository == 'commitizen-tools/commitizen'
11+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v6
4747 fi
4848
4949 publish-documentation :
50- if : github.repository == 'commitizen-tools/commitizen'
50+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
5151 runs-on : ubuntu-latest
5252 needs : update-cli-screenshots
5353 steps :
Original file line number Diff line number Diff line change 99jobs :
1010 deploy :
1111 runs-on : macos-latest
12- if : github.repository == 'commitizen-tools/commitizen' && github.event.workflow_run.conclusion == 'success'
12+ if : ${{ github.repository == 'commitizen-tools/commitizen' && github.event.workflow_run.conclusion == 'success' }}
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 77
88jobs :
99 deploy :
10- if : github.repository == 'commitizen-tools/commitizen'
10+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
1111 runs-on : ubuntu-latest
1212 permissions :
1313 id-token : write
You can’t perform that action at this time.
0 commit comments