Skip to content

Commit 85f95f2

Browse files
committed
ci: fixed release job
1 parent 5eaf7d7 commit 85f95f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release:
14-
if: ${{ startsWith(github.event.head_commit.message, 'bump:') and github.event.workflow_run.conclusion == 'success' }}
14+
if: ${{ startsWith(github.event.head_commit.message, 'bump:') && github.event.workflow_run.conclusion == 'success' }}
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)