Skip to content

Commit e6256a3

Browse files
committed
fix: npm publish
1 parent 90edb89 commit e6256a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Publish to NPM Registry
4444
run: |
4545
cd packages/cli
46-
npm run build
4746
npm publish --access public
4847
env:
4948
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)