mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Updated Canary builds to use preminor
versioning
no issue - we want to use `preminor` so it'll run migrations for the unreleased version if they are present
This commit is contained in:
parent
5680c93b83
commit
bbeeb83235
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -200,8 +200,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 prerelease --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version prerelease --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version preminor --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
- run: npm version preminor --preid="pre.$ghost_hash.$ghost_admin_hash"
|
||||
working-directory: core/client
|
||||
|
||||
- run: grunt release --skip-update
|
||||
|
Loading…
Reference in New Issue
Block a user