Skip to content

Commit

Permalink
gh-actions: remove push bump changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 16, 2024
1 parent 02eeb61 commit b6911ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: |
bump2version patch --tag --verbose
- name: Push changes
uses: ad-m/[email protected]
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.PAT }}
tags: true
# - name: Push changes
# uses: ad-m/[email protected]
# with:
# branch: ${{ github.ref }}
# github_token: ${{ secrets.PAT }}
# tags: true

0 comments on commit b6911ed

Please sign in to comment.