Skip to content

Commit

Permalink
Workflow commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Aug 19, 2023
1 parent 6f8a8ef commit d114315
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/bump-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
run: bumpversion patch --verbose --commit --tag

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Bump version
run: |
git push
# git add .bumpversion.cfg
# git commit -m "Bump version"

# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Bump version

0 comments on commit d114315

Please sign in to comment.