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