Skip to content

Commit

Permalink
fix: dont fail on the commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallAsch committed Dec 31, 2024
1 parent 1a9c8ee commit 25f4f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
env:
message: ${{ steps.check_bump.outputs.needsBump == 'true' && format('to v{0}', steps.get_version.outputs.new) || 'documentation' }}
run: |
set +e
git config user.email '<>'
git config user.name github-actions
if ! git diff-index --quiet HEAD; then
Expand Down

0 comments on commit 25f4f07

Please sign in to comment.