Skip to content

Commit

Permalink
Fix commit on release when there is no update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Aug 10, 2022
1 parent ed18e61 commit 1c6ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "New Release: Update Submodules" -a
git commit -m "New Release: Update Submodules" -a || echo "New Release: No updates to submodules"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 1c6ef07

Please sign in to comment.