We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b90961 commit 3eaba3cCopy full SHA for 3eaba3c
2 files changed
.github/workflows/backfill-release-assets.yml
@@ -101,7 +101,7 @@ jobs:
101
.artifacts/release/*
102
103
update-homebrew-tap:
104
- if: inputs.update_homebrew_tap && secrets.HOMEBREW_TAP_TOKEN != ''
+ if: inputs.update_homebrew_tap
105
name: Update Homebrew tap
106
needs:
107
- build-binaries
.github/workflows/ci.yml
@@ -178,7 +178,7 @@ jobs:
178
179
180
181
- if: needs.release.outputs.new_release_published == 'true' && secrets.HOMEBREW_TAP_TOKEN != ''
+ if: needs.release.outputs.new_release_published == 'true'
182
183
184
- release
0 commit comments