We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a476 commit aba492eCopy full SHA for aba492e
.github/workflows/release.yml
@@ -36,7 +36,8 @@ jobs:
36
run: |
37
git config --global user.name 'Sean Han'
38
git config --global user.email '[email protected]'
39
- git commit -am "Autogenerated TypeDocs"
+ git add -A
40
+ git commit -m "Autogenerated TypeDocs"
41
git push
42
- uses: actions/download-artifact@v2
43
with:
0 commit comments