Skip to content

Commit a5ab6d8

Browse files
committed
fix: correct npm publish command syntax in CI workflow
1 parent cc6aec4 commit a5ab6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131

3232
- name: Publish to NPM
3333
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
34-
run: yarn npm publish --provenance --access public
34+
run: yarn publish --provenance --access public
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)