Skip to content

Commit 862e5b0

Browse files
committed
Update pipeline
1 parent 433a956 commit 862e5b0

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
@@ -71,7 +71,7 @@ jobs:
7171
# NOTE:
7272
# By default NPM access tokens expire after a year, and so these will need to be updated when the build starts to fail.
7373
- name: Publish
74-
run: pnpm publish --access public
74+
run: npm publish --access public
7575
env:
7676
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
7777
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)