From 1eec51274403c19df8ca37713340885b0bcc2ab8 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:08:53 +0100 Subject: [PATCH] fix: Go back to using latest beta --- .github/workflows/autobuildall.yml | 2 +- DART_LAST_BETA_VERSION | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 DART_LAST_BETA_VERSION diff --git a/.github/workflows/autobuildall.yml b/.github/workflows/autobuildall.yml index 207c54f..d4636ee 100644 --- a/.github/workflows/autobuildall.yml +++ b/.github/workflows/autobuildall.yml @@ -31,7 +31,7 @@ jobs: fi fi DART_VERSION=$(cat DART_STABLE_VERSION) - BETA_VERSION=$(cat DART_LAST_BETA_VERSION) + BETA_VERSION=$(curl -s $DDURL | jq -r .beta.version) echo "dartversion=${DART_VERSION}" >> $GITHUB_OUTPUT echo "betaversion=${BETA_VERSION}" >> $GITHUB_OUTPUT diff --git a/DART_LAST_BETA_VERSION b/DART_LAST_BETA_VERSION deleted file mode 100644 index 6ace6f8..0000000 --- a/DART_LAST_BETA_VERSION +++ /dev/null @@ -1 +0,0 @@ -3.1.0-262.3.beta \ No newline at end of file