fix(ci): use clustertool BETA for CI

This commit is contained in:
Kjeld Schouten
2025-04-07 20:49:57 +02:00
parent 5ed725e528
commit 2ea327922d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="1.0.4"
VERSION="2.0.0-BETA-4"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="1.0.4"
VERSION="2.0.0-BETA-4"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"