From 3b0a71b9087a23758eb711cf30206a2424a897f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Wed, 21 Aug 2024 19:20:37 +0200 Subject: [PATCH] fix go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index af8ea60..7e29b75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: name: Set version run: VERSION=$(echo "${{ steps.get_version.outputs.version }}") - - id: set_version + - id: set_version_default if: '!contains(github.ref, "tags/")' name: Set version run: VERSION=0.0.0-dev