There was an error while loading. Please reload this page.
2 parents cbb6bca + 1014a49 commit 1f59d59Copy full SHA for 1f59d59
1 file changed
.github/workflows/bump-and-release.yml
@@ -78,7 +78,7 @@ jobs:
78
echo "Found latest tag: $LATEST_TAG"
79
80
# --- จุดที่แก้ไข (เพิ่ม ; then) ---
81
- if [ "$same_tag" == "true" ]; then
+ if [ "$same_tag" == "false" ]; then
82
CURRENT_VERSION="${LATEST_TAG_DAV#v}"
83
else
84
CURRENT_VERSION="${LATEST_TAG#v}"
0 commit comments