Skip to content

Commit 1da0f98

Browse files
authored
Merge pull request #74 from bsospace/feat/test3
feat/test3
2 parents d97494e + 444ae51 commit 1da0f98

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
@@ -110,7 +110,7 @@ jobs:
110110
111111
# === DEVELOPMENT ===
112112
elif [ "$TARGET_BRANCH" == "development" ]; then
113-
if [[ "$CURRENT_VERSION" == *"-dev."* && "$SAME_TAG" == "true" ]]; then
113+
if [[ "$SOURCE_BRANCH" == feat/* && "$SAME_TAG" == "true" ]]; then
114114
NEW_VERSION="$MAJOR.$((MINOR + 1)).0-dev.1"
115115
elif [[ "$CURRENT_VERSION" == *"-dev."* || "$SOURCE_BRANCH" == "main" ]]; then
116116
LAST_NUM=${CURRENT_VERSION##*.}

0 commit comments

Comments
 (0)