Skip to content

Commit

Permalink
tentative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abocchieri committed Dec 9, 2024
1 parent d738736 commit 996b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 996b12e

Please sign in to comment.