Skip to content

Commit 9ddcea5

Browse files
authored
chore: use pnpm to publish (#226)
1 parent 8fbe79e commit 9ddcea5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,10 @@ jobs:
102102
cd packages/sync-engine
103103
pnpm version ${{ needs.release.outputs.new-release-version }} --no-git-tag-version
104104
105-
# Ensure npm 11.5.1 or later is installed for trusted publishing support
106-
- name: Update npm
107-
run: npm install -g npm@latest
108-
109105
- name: Publish sync-engine to npm
110106
run: |
111107
cd packages/sync-engine
112108
pnpm install --frozen-lockfile
113109
pnpm run build
114110
pnpm pack
115-
npm publish --access public
111+
pnpm publish --access public

0 commit comments

Comments
 (0)