0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Reverted Ghost-CLI CI test to bumping minor version

- now we've released 5.0, we don't need to bump to the next major so we
  can just bump to the next minor
This commit is contained in:
Daniel Lockyer 2022-05-24 09:20:57 +02:00
parent fcc9daf549
commit 14828399e0
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -250,7 +250,7 @@ jobs:
node-version: '14.17.0'
cache: yarn
- run: npm install -g ghost-cli@latest
- run: npm --no-git-tag-version version major # We need to artificially bump the major version to get migrations to run
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
- run: zip -r ghost.zip .