Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 28, 2025
1 parent 1067771 commit 98f16de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run_install: false
version: 10
- name: Publish npm package with WASM files
working-directory: packages/sqlite3/wasm_build
working-directory: packages/sqlite3_wasm_build
run: |
pnpm i
npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run_install: false
version: 10
- name: Dry-run npm publish
working-directory: packages/sqlite3/wasm_build
working-directory: packages/sqlite3_wasm_build
run: |
pnpm i
pnpm publish --no-git-checks --dry-run

0 comments on commit 98f16de

Please sign in to comment.