Fixed CI test for installing the latest release

no issue

- now 4.0 is out, the latest version is going to be higher than the
  version we're trying to manually update to in this test
- the "latest version" for the 3.x branch should be v3 anyway, so this
  commit updates that test to explicitly install v3
This commit is contained in:
Daniel Lockyer 2021-03-17 11:56:40 +00:00
parent f71a969083
commit 33470f2a23
No known key found for this signature in database
GPG Key ID: FFBC6FA2A6F6ABC1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ jobs:
- name: Latest Release
run: |
DIR=$(mktemp -d)
ghost install local -d $DIR
ghost install v3 --local -d $DIR
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
- name: Upgrade from latest v1