Skip to content

Commit ba8fc2d

Browse files
committed
Github actions: Methinks it works!
1 parent 63e4a35 commit ba8fc2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- uses: actions/download-artifact@v2
4444
with:
4545
path: prebuilds/
46-
- run: ls -R
47-
- run: npm publish --dry-run
46+
- run: npm publish
4847
env:
4948
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)