Skip to content

Commit 3175e08

Browse files
author
Sean Han
committed
fix(gh-action): force add readme
1 parent aba492e commit 3175e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
git config --global user.name 'Sean Han'
3838
git config --global user.email '[email protected]'
39-
git add -A
40-
git commit -m "Autogenerated TypeDocs"
39+
git add --force -- docs/README.md
40+
git commit -m "docs(gh-action): Autogenerated TypeDocs"
4141
git push
4242
- uses: actions/download-artifact@v2
4343
with:

0 commit comments

Comments
 (0)