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 b520c37 commit c4cee5eCopy full SHA for c4cee5e
.github/workflows/create-release.yml
@@ -16,7 +16,7 @@ concurrency:
16
jobs:
17
read_version:
18
runs-on: "ubuntu-latest"
19
- if: "${{ github.event.head_commit.message == 'chore: [automated] checksum updates' }}"
+ if: "${{ startsWith(github.event.head_commit.message, 'chore: [automated] checksum updates') }}"
20
outputs:
21
version: "${{ steps.version.outputs.version }}"
22
steps:
0 commit comments