Skip to content

Commit 1f2d913

Browse files
dev: bumb dev build version
1 parent 422a861 commit 1f2d913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-dev-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Create zip
2727
run: |
2828
npm ci
29-
npm run build
29+
npm run build
30+
npm version patch --no-git-tag-version
3031
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
3132
COMMIT_HASH=$(git rev-parse --short HEAD)
3233
DEV_VERSION="${CURRENT_VERSION}-dev.${COMMIT_HASH}"

0 commit comments

Comments
 (0)