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 0c170bf commit 32e68ccCopy full SHA for 32e68cc
.github/workflows/release-binary.yaml
@@ -38,8 +38,8 @@ jobs:
38
version: latest
39
args: >
40
release --clean
41
- ${{ github.event.inputs.skip_publish == 'true' && ' --skip-publish' || '' }}
42
- ${{ github.event.inputs.skip_announce == 'true' && ' --skip-announce' || '' }}
+ ${{ github.event.inputs.skip_publish == 'true' && ' --skip publish' || '' }}
+ ${{ github.event.inputs.skip_announce == 'true' && ' --skip announce' || '' }}
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
0 commit comments