mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Fixed versioning for canary builds
no issue - premajor will build a 5.0.0 prerelease but we want a 4.0.0 prerelease built
This commit is contained in:
parent
170e168543
commit
d9a7fb0677
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -188,8 +188,8 @@ jobs:
|
||||
working-directory: core/client
|
||||
- run: if [ -n "$(git status --porcelain)" ]; then git add core/client content/themes/casper && git commit -m "Updated Ghost-Admin and Casper"; fi
|
||||
|
||||
- run: npm version premajor --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version premajor --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version prerelease --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version prerelease --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
working-directory: core/client
|
||||
|
||||
- run: grunt release --skip-update
|
||||
|
Loading…
Reference in New Issue
Block a user