From 33470f2a23323a9274097931944deace106f658d Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 17 Mar 2021 11:56:40 +0000 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3cd2635cbc..8dbd5e9818 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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