We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4a48b commit b7779eaCopy full SHA for b7779ea
.github/workflows/version-tag-and-release-notes.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
create-tag-and-release:
18
runs-on: ubuntu-latest
19
- if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: bump version')
+ if: (github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: bump version'))
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
0 commit comments