Skip to content

Commit aba492e

Browse files
author
Sean Han
committed
fix(gh-action): fix untracked files
1 parent f88a476 commit aba492e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: |
3737
git config --global user.name 'Sean Han'
3838
git config --global user.email '[email protected]'
39-
git commit -am "Autogenerated TypeDocs"
39+
git add -A
40+
git commit -m "Autogenerated TypeDocs"
4041
git push
4142
- uses: actions/download-artifact@v2
4243
with:

0 commit comments

Comments
 (0)