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 d30cd50 commit f02b69aCopy full SHA for f02b69a
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
cp dist/*.node .
31
cp dist/*.js .
32
git rev-parse master > source_commit
33
+ ls
34
${{ matrix.os != 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
35
git status
36
git config --global user.email "[email protected]"
0 commit comments