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.
2 parents 19daf7d + c520e6e commit be51b1fCopy full SHA for be51b1f
.github/workflows/node.js.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
49
git config --local user.name "github-actions[bot]"
50
- git add --force build/
+ git add --force demo/
51
git add --force docs/
52
git commit -m "chore(gh-bot): :rocket: build demo, types, api & library files" -a
53
0 commit comments