diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 454ce7a..e410d54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v4 with: release-type: simple diff --git a/lib/utils.bash b/lib/utils.bash index eb615d7..74018b7 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -42,7 +42,7 @@ download_release() { filename="$2" # TODO: Adapt the release URL convention for stackitcli - url="$GH_REPO/archive/v${version}.tar.gz" + url="$GH_REPO/archive/stackit-cli_${version}_linux_amd64.tar.gz" echo "* Downloading $TOOL_NAME release $version..." curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"