Skip to content

Commit 8b778d1

Browse files
committed
fix: remove npm publish from release workflow
We prefer to publish to npm manually for better control
1 parent 17a277f commit 8b778d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,4 @@ jobs:
3535
run: pnpm test:ci
3636

3737
- name: Build package
38-
run: pnpm build
39-
40-
- name: Publish to npm
41-
run: pnpm publish --no-git-checks --access public
42-
env:
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
run: pnpm build

0 commit comments

Comments
 (0)