Skip to content

Commit

Permalink
Release version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrouwerdigibase committed Mar 29, 2024
1 parent f53c47e commit 4228ad6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Update version to $VERSION" -a
if ! git diff --quiet; then
git commit -am "Commit message"
else
echo "No changes to commit"
fi
- name: Push changes
if: env.IS_VALID == 'true'
Expand Down

0 comments on commit 4228ad6

Please sign in to comment.