From 0b17292219c2994a5a8b1a1959a8d82af559fadc Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sat, 1 Jan 2022 20:52:00 +0100 Subject: [PATCH] fix: revert to existing tags for testing purposes [ci skip] --- scripts/installer/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index a7faf871..17d5ec1d 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,8 +1,8 @@ #!/usr/bin/env bash -ABRA_VERSION="0.4.0-alpha" +ABRA_VERSION="0.3.0-alpha" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.4.0-alpha" +RC_VERSION="0.3.1-alpha-rc2" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do