From 8855ebdb305a4db0b8b149d926f0c0da6ecbc280 Mon Sep 17 00:00:00 2001 From: awwaawwa <8493196+awwaawwa@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ci):=20correct=20version=20b?= =?UTF-8?q?umping=20conditional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix syntax in version bump step condition - remove unnecessary whitespace in conditional check --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index d99e926e..c2f8348b 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -59,7 +59,7 @@ jobs: uv sync - name: Bump version for developmental release - if: "! steps.check-version.outputs.tag" + if: ! steps.check-version.outputs.tag run: | version=$(bumpver update --patch --tag=final --dry 2>&1 | grep "New Version" | awk '{print $NF}') && bumpver update --set-version $version.dev$(date +%s)