Skip to content

Commit fac2ce1

Browse files
committed
Set core version for download
1 parent 51d13b7 commit fac2ce1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install melos
2323
run: dart pub global activate melos
2424

25+
- name: Set powersync core version
26+
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
27+
2528
- name: Publish packages dry run
2629
run: |
2730
melos publish

0 commit comments

Comments
 (0)