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 aba492e commit 3175e08Copy full SHA for 3175e08
.github/workflows/release.yml
@@ -36,8 +36,8 @@ jobs:
36
run: |
37
git config --global user.name 'Sean Han'
38
git config --global user.email '[email protected]'
39
- git add -A
40
- git commit -m "Autogenerated TypeDocs"
+ git add --force -- docs/README.md
+ git commit -m "docs(gh-action): Autogenerated TypeDocs"
41
git push
42
- uses: actions/download-artifact@v2
43
with:
0 commit comments