Skip to content

Commit 1f59d59

Browse files
authored
Merge pull request #71 from bsospace/feat/test3
feat/test3
2 parents cbb6bca + 1014a49 commit 1f59d59

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)