Skip to content

Commit 3f7e7be

Browse files
Missing bracket (#353)
1 parent 5456dd2 commit 3f7e7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "##[section]Creating commit on branch 'version-bump'"
5757
git checkout -b version-bump
5858
59-
if [ ${{ inputs.clientBump } = true && ${{ inputs.newClientVersion }} != "0.0.0" ]; then
59+
if [ ${{ inputs.clientBump }} = true && ${{ inputs.newClientVersion }} != "0.0.0" ]; then
6060
bump-my-version bump --config-file .bumpclient.toml --new-version ${{ inputs.newClientVersion }}
6161
fi
6262

0 commit comments

Comments
 (0)