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:
Daniel Lockyer 2021-05-21 16:40:06 +01:00
parent 5680c93b83
commit bbeeb83235
No known key found for this signature in database
GPG Key ID: F8D14D49771E6FB6

View File

@ -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