Skip to content

Commit d97494e

Browse files
authored
Merge pull request #73 from bsospace/feat/test3
fix: test
2 parents 90d82ac + 700ee5a commit d97494e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,11 @@ jobs:
7575
echo "No tags found. Defaulting to v0.0.0"
7676
CURRENT_VERSION="0.0.0"
7777
else
78-
echo "Found latest tag: $LATEST_TAG"
79-
80-
# --- จุดที่แก้ไข (เพิ่ม ; then) ---
8178
if [ "$same_tag" == "false" ]; then
8279
CURRENT_VERSION="${LATEST_TAG_DAV#v}"
8380
else
8481
CURRENT_VERSION="${LATEST_TAG#v}"
8582
fi
86-
# -----------------------------
8783
fi
8884
8985
echo "version=$CURRENT_VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)