Skip to content

Commit 1014a49

Browse files
committed
fix: test
1 parent bc43080 commit 1014a49

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
@@ -78,7 +78,7 @@ jobs:
7878
echo "Found latest tag: $LATEST_TAG"
7979
8080
# --- จุดที่แก้ไข (เพิ่ม ; then) ---
81-
if [ "$same_tag" == "true" ]; then
81+
if [ "$same_tag" == "false" ]; then
8282
CURRENT_VERSION="${LATEST_TAG_DAV#v}"
8383
else
8484
CURRENT_VERSION="${LATEST_TAG#v}"

0 commit comments

Comments
 (0)