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 5ecdaeb commit 5ad97ceCopy full SHA for 5ad97ce
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
68
run: |
69
ARGS=""
70
- if [[ ${{ inputs.prerelease }}; then
+ if [[ "${{ inputs.prerelease }}" == "true" ]]; then
71
ARGS+="--conventional-prerelease "
72
ARGS+="${{ inputs.bump == '(auto)' && ' ' || format('pre{0}', inputs.bump) }} "
73
else
0 commit comments