We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e4a35 commit ba8fc2dCopy full SHA for ba8fc2d
1 file changed
.github/workflows/npm-publish.yml
@@ -43,7 +43,6 @@ jobs:
43
- uses: actions/download-artifact@v2
44
with:
45
path: prebuilds/
46
- - run: ls -R
47
- - run: npm publish --dry-run
+ - run: npm publish
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments