Skip to content

Commit

Permalink
Merge 1c6ef07 into b35d21a
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland authored Aug 10, 2022
2 parents b35d21a + 1c6ef07 commit d8258fe
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 d8258fe

Please sign in to comment.