We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaf7d7 commit 85f95f2Copy full SHA for 85f95f2
1 file changed
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
release:
14
- if: ${{ startsWith(github.event.head_commit.message, 'bump:') and github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ startsWith(github.event.head_commit.message, 'bump:') && github.event.workflow_run.conclusion == 'success' }}
15
runs-on: ubuntu-latest
16
permissions:
17
contents: write
0 commit comments