We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe79e commit 9ddcea5Copy full SHA for 9ddcea5
1 file changed
.github/workflows/release.yml
@@ -102,14 +102,10 @@ jobs:
102
cd packages/sync-engine
103
pnpm version ${{ needs.release.outputs.new-release-version }} --no-git-tag-version
104
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
-
109
- name: Publish sync-engine to npm
110
run: |
111
112
pnpm install --frozen-lockfile
113
pnpm run build
114
pnpm pack
115
- npm publish --access public
+ pnpm publish --access public
0 commit comments