Skip to content

Commit

Permalink
fix(gh-action): force add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Oct 24, 2021
1 parent aba492e commit 3175e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
git config --global user.name 'Sean Han'
git config --global user.email 'seanjameshan@users.noreply.github.com'
git add -A
git commit -m "Autogenerated TypeDocs"
git add --force -- docs/README.md
git commit -m "docs(gh-action): Autogenerated TypeDocs"
git push
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 3175e08

Please sign in to comment.