We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc43080 commit 1014a49Copy full SHA for 1014a49
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