Skip to content

Commit

Permalink
fix(gh-action): fix commit message to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Oct 24, 2021
1 parent 3175e08 commit 82177e6
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 @@ -37,7 +37,7 @@ jobs:
git config --global user.name 'Sean Han'
git config --global user.email 'seanjameshan@users.noreply.github.com'
git add --force -- docs/README.md
git commit -m "docs(gh-action): Autogenerated TypeDocs"
git commit -m "docs(gh-action): autogenerated typedocs"
git push
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 82177e6

Please sign in to comment.