Skip to content

Commit

Permalink
Try to fix git commit action error
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Aug 8, 2024
1 parent fe1fc34 commit cc01306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Bump version, update changelog"
file_pattern: "lightbulb/*.py fragments/*.md docs/source/changelogs/*.md"
file_pattern: "lightbulb/*.py docs/source/changelogs/*.md"

- name: Upload to PyPI
env:
Expand Down

0 comments on commit cc01306

Please sign in to comment.