From 996b12e2b600c85bf5a31619e4a1f6faa9ac75e3 Mon Sep 17 00:00:00 2001 From: Andrea Bocchieri <58187203+abocchieri@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:43:03 +0100 Subject: [PATCH] tentative fix --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 549fa65..bbfdf99 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -23,7 +23,7 @@ jobs: # Step 2: Run the auto-dev-version-bumper action in Docker - name: Run auto-dev-version-bumper - if: matrix.python-version == '3.10' && github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/develop' uses: LorenzoMugnai/auto-dev-version-bumper@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Pass GITHUB_TOKEN explicitly \ No newline at end of file