Skip to content

Commit 4c7d168

Browse files
authored
Merge pull request #58 from bsospace/development
test
2 parents 40f997b + bc9e117 commit 4c7d168

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
# === MAIN ===
8282
if [ "$TARGET_BRANCH" == "main" ]; then
8383
if [ "$SOURCE_BRANCH" == "development" ]; then
84-
NEW_MINOR=$((MINOR + 1))
85-
NEW_VERSION="$MAJOR.$NEW_MINOR.0"
84+
NEW_VERSION="$MAJOR.$MINOR.0"
8685
echo "Strategy: Minor bump (Release)"
8786
else
8887
NEW_PATCH=$((PATCH + 1))

0 commit comments

Comments
 (0)