File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - name : Run Harness
127127 run : yarn test.harness
128128 publish :
129- if : github.event_name == 'push' && github.event.head_commit.message == 'chore: release master'
129+ if : github.event_name == 'push' && startsWith( github.event.head_commit.message, 'chore: release master')
130130 runs-on : ubuntu-latest
131131 needs :
132132 - build
@@ -153,7 +153,7 @@ jobs:
153153 with :
154154 path : " ./cli-binaries"
155155 upload_artifacts :
156- if : github.event_name == 'push' && github.event.head_commit.message == 'chore: release master'
156+ if : github.event_name == 'push' && startsWith( github.event.head_commit.message, 'chore: release master')
157157 runs-on : ubuntu-latest
158158 container :
159159 image : golang:1.23
You can’t perform that action at this time.
0 commit comments