Skip to content

Commit

Permalink
workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 5, 2024
1 parent 9287380 commit 79e3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-readme/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ runs:
git config user.name github-actions
git config user.email github-actions@github.com
git add README.md CHANGELOG.md
[[ -z $(git status -uno --porcelain) ]] && echo "No need to commit..." || git commit -m "⚡ Update README"
[[ -z $(git status -uno --porcelain) ]] && echo "No need to commit..." || git commit -m "⚡ Update README & CHANGELOG"
git push origin

0 comments on commit 79e3877

Please sign in to comment.