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