Skip to content

Commit da29fb7

Browse files
Update publish.yml
1 parent 24d72a2 commit da29fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run: npm install -g npm@latest
2222
- run: npm i
2323
- run: npm test
24-
- run: npm whoami; npm publish -w smart-arraybuffer --provenance --access public
24+
- run: npm whoami; npm publish smart-arraybuffer --provenance --access public
2525
env:
2626
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)