From 1602033bcaf52098d86033bb17f8535c18867872 Mon Sep 17 00:00:00 2001 From: hanjano Date: Fri, 28 Jul 2023 15:55:34 +0200 Subject: [PATCH] chore(ci): fix semantic-release version detection --- .github/workflows/blockapi-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blockapi-ci.yml b/.github/workflows/blockapi-ci.yml index ed78138d..bc4275e8 100644 --- a/.github/workflows/blockapi-ci.yml +++ b/.github/workflows/blockapi-ci.yml @@ -67,7 +67,7 @@ jobs: - name: Update version id: update_version run: | - VER=$(semantic-release print-version) + VER=$(semantic-release --noop version --print) if [ ! -z "$VER" ]; then semantic-release version semantic-release changelog