Skip to content

Commit 60c49fa

Browse files
committed
feat: updated CI/CD
1 parent aee9d16 commit 60c49fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
MINOR=${VERSION_PARTS[1]}
5454
PATCH=${VERSION_PARTS[2]}
5555
56-
# Increment patch version for development
56+
# Increment patch version for development (no -dev suffix in version)
5757
NEW_PATCH=$((PATCH + 1))
58-
DEV_VERSION="${MAJOR}.${MINOR}.${NEW_PATCH}-dev"
58+
DEV_VERSION="${MAJOR}.${MINOR}.${NEW_PATCH}"
5959
6060
echo "Current version: $CURRENT_VERSION"
6161
echo "Development version: $DEV_VERSION"

0 commit comments

Comments
 (0)