File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4444 run : flutter pub global activate melos
4545 - name : Install dependencies
4646 run : melos prepare
47- - name : Set Powersync Core Version
48- run : echo "CORE_VERSION=0 .1.8" >> $GITHUB_ENV
49- - name : Download Binaries
47+ - name : Set powersync core version
48+ run : echo "CORE_VERSION=v0 .1.8" >> $GITHUB_ENV
49+ - name : Download binaries
5050 run : sh tool/download_binaries.sh
5151 - name : Run flutter tests
5252 run : melos test
Original file line number Diff line number Diff line change 4848 run : flutter pub global activate melos
4949 - name : Install dependencies and prepare project
5050 run : melos prepare
51- - name : Set Powersync Core Version
52- run : echo "CORE_VERSION=0 .1.8" >> $GITHUB_ENV
53- - name : Download Binaries
51+ - name : Set powersync core version
52+ run : echo "CORE_VERSION=v0 .1.8" >> $GITHUB_ENV
53+ - name : Download binaries
5454 run : sh tool/download_binaries.sh
5555 - name : Run flutter tests
5656 run : melos test
Original file line number Diff line number Diff line change 2121 flutter-version : " 3.x"
2222 channel : " stable"
2323
24- - name : Set Powersync Core Version
25- run : echo "CORE_VERSION=0 .1.8" >> $GITHUB_ENV
26- - name : Download Binaries
24+ - name : Set powersync core version
25+ run : echo "CORE_VERSION=v0 .1.8" >> $GITHUB_ENV
26+ - name : Download binaries
2727 run : sh tool/download_binaries.sh
2828 - name : Publish powersync
2929 run : |
You can’t perform that action at this time.
0 commit comments