We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5690902 commit 470a191Copy full SHA for 470a191
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
- name: Run Harness
127
run: yarn test.harness
128
publish:
129
- if: startsWith(github.ref, 'refs/tags/v') && github.ref != 'refs/heads/master'
+ if: github.event_name == 'push' && github.event.head_commit.message == 'chore: release master'
130
runs-on: ubuntu-latest
131
needs:
132
- build
@@ -153,7 +153,7 @@ jobs:
153
with:
154
path: "./cli-binaries"
155
upload_artifacts:
156
157
158
container:
159
image: golang:1.23
0 commit comments