Skip to content

Commit

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

0 comments on commit aba492e

Please sign in to comment.