From ee1ef471ca97380d334c117a15b815204b0cf7c5 Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Tue, 2 Jun 2026 18:25:50 +0200 Subject: [PATCH] Bump gitsemver to v2.0.0 in create-release workflow gitsemver v2.0.0 renamed the `version` subcommand to `get`. devctl v8.3.1 updated generated Makefiles to use `gitsemver get`, which fails with v1.1.2, leaving VERSION empty and producing misnamed tarballs that the upload step cannot find. --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index e9764b1..40a10af 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -349,7 +349,7 @@ jobs: uses: giantswarm/install-binary-action@5bef88f65012037dd836117c8d344b21bb559854 # v4.1.0 with: binary: "gitsemver" - version: "1.1.2" + version: "2.0.0" download_url: "https://github.com/giantswarm/${binary}/releases/download/v${version}/${binary}-v${version}-linux-amd64.tar.gz" tarball_binary_path: "*/${binary}" smoke_test: "${binary} --version"