Skip to content

Commit baedce2

Browse files
disable publishing, just in case
1 parent 7ec5ee8 commit baedce2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: 'pnpm'
1717
- run: pnpm install --frozen-lockfile
1818
- 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 }}
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 }}

0 commit comments

Comments
 (0)