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 5456dd2 commit 3f7e7beCopy full SHA for 3f7e7be
.github/workflows/version-bump.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "##[section]Creating commit on branch 'version-bump'"
57
git checkout -b version-bump
58
59
- if [ ${{ inputs.clientBump } = true && ${{ inputs.newClientVersion }} != "0.0.0" ]; then
+ if [ ${{ inputs.clientBump }} = true && ${{ inputs.newClientVersion }} != "0.0.0" ]; then
60
bump-my-version bump --config-file .bumpclient.toml --new-version ${{ inputs.newClientVersion }}
61
fi
62
0 commit comments