Skip to content

Commit c4cee5e

Browse files
authored
chore: [automated] checksum updates (#91)
1 parent b520c37 commit c4cee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
read_version:
1818
runs-on: "ubuntu-latest"
19-
if: "${{ github.event.head_commit.message == 'chore: [automated] checksum updates' }}"
19+
if: "${{ startsWith(github.event.head_commit.message, 'chore: [automated] checksum updates') }}"
2020
outputs:
2121
version: "${{ steps.version.outputs.version }}"
2222
steps:

0 commit comments

Comments
 (0)