Skip to content

Commit d72847e

Browse files
committed
chore: bump version for dev builds
1 parent 1e851a1 commit d72847e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
3333
COMMIT_HASH=$(git rev-parse --short HEAD)
3434
DEV_VERSION="${CURRENT_VERSION}-dev.${COMMIT_HASH}"
35-
grunt version::${DEV_VERSION}
35+
npm run grunt version::${DEV_VERSION}
3636
npm run dist
3737
- name: Retrieve branch name
3838
id: retrieve-branch-name

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"env:up": "export DOCKER_FILE=docker-compose.ci.yml && bash bin/wp-init.sh",
2323
"env:down": "export DOCKER_FILE=docker-compose.ci.yml && bash bin/wp-down.sh",
2424
"wp-env": "wp-env",
25+
"grunt": "grunt",
2526
"test:env:start": "wp-env start",
2627
"test:env:stop": "wp-env stop",
2728
"test:env:clean": "wp-env clean",

0 commit comments

Comments
 (0)