Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 4, 2024
1 parent c070f78 commit d524bc3
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 @@ -51,6 +51,6 @@ runs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add README.md
git add README.md CHANGELOG.md
[[ -z $(git status -uno --porcelain) ]] && echo "No need to commit..." || git commit -m "⚡ Update README"
git push origin

0 comments on commit d524bc3

Please sign in to comment.