We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce04a00 commit b132ae0Copy full SHA for b132ae0
1 file changed
.github/workflows/bump-and-release.yml
@@ -73,7 +73,7 @@ jobs:
73
CURRENT_VERSION="0.0.0"
74
else
75
echo "Found latest tag: $LATEST_TAG"
76
- if: [ same_tag == "true" ]
+ if [ "$same_tag" == "true" ]
77
CURRENT_VERSION="${LATEST_TAG_DAV#v}"
78
79
CURRENT_VERSION="${LATEST_TAG#v}"
0 commit comments