From 0a5bc30d9c74d404a1539a4b792e4ebf0fd86e1e Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Tue, 17 Mar 2026 17:39:22 +0100 Subject: [PATCH] chore: update publish pipeline [skip ci] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f8dd226b..e7edf851 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,7 @@ on: push: tags: - - 'v0.*' + - 'v*' env: GO_VERSION: "1.25"