Skip to content

Commit

Permalink
Merge pull request #2530 from VWS-Python/skip-dirty
Browse files Browse the repository at this point in the history
Error in release process if trying to commit changes and there are none
  • Loading branch information
adamtheturtle authored Feb 21, 2025
2 parents 87f4d60 + 0e757c4 commit 4c4f8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
with:
commit_message: Bump CHANGELOG
file_pattern: CHANGELOG.rst
# Error if there are no changes.
skip_dirty_check: true

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 4c4f8eb

Please sign in to comment.