Skip to content

Commit a318fc1

Browse files
author
Victor Martins
committed
ci: remove npm from yarn npm publish command
1 parent 8c8ac15 commit a318fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Run build
3232
run: yarn build
3333
- name: Publish to npm
34-
run: yarn npm publish
34+
run: yarn publish
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)