Skip to content

Commit 9d687b1

Browse files
committed
Fix cargo publish paths
1 parent 5721b55 commit 9d687b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- v[0-9]+.[0-9]+.[0-9]+
6+
branches:
7+
- fix-cargo-publish
68

79
jobs:
810
draft_release:
@@ -243,7 +245,7 @@ jobs:
243245

244246
- name: Publish powersync_sqlite_nostd
245247
run: cargo publish
246-
working-directory: crates/core
248+
working-directory: crates/sqlite_nostd
247249
env:
248250
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
249251
- name: Publish powersync_core

0 commit comments

Comments
 (0)