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:
parent
fcc9daf549
commit
14828399e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue