Skip to content

Commit b132ae0

Browse files
committed
fix: test
1 parent ce04a00 commit b132ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
CURRENT_VERSION="0.0.0"
7474
else
7575
echo "Found latest tag: $LATEST_TAG"
76-
if: [ same_tag == "true" ]
76+
if [ "$same_tag" == "true" ]
7777
CURRENT_VERSION="${LATEST_TAG_DAV#v}"
7878
else
7979
CURRENT_VERSION="${LATEST_TAG#v}"

0 commit comments

Comments
 (0)