Skip to content

Commit b7779ea

Browse files
committed
fix yaml syntax
1 parent 0d4a48b commit b7779ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-tag-and-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
create-tag-and-release:
1818
runs-on: ubuntu-latest
19-
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: bump version')
19+
if: (github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: bump version'))
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)