We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec5ee8 commit baedce2Copy full SHA for baedce2
1 file changed
.github/workflows/onRelease.yml
@@ -16,7 +16,7 @@ jobs:
16
cache: 'pnpm'
17
- run: pnpm install --frozen-lockfile
18
- run: pnpm run build
19
- - name: Publish @powersync/cli to npm
20
- run: pnpm publish -- --no-git-checks --access public
21
- env:
22
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # - name: Publish @powersync/cli to npm
+ # run: pnpm publish -- --no-git-checks --access public
+ # env:
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments