File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -424,8 +424,6 @@ jobs:
424424 echo " Main: @sqliteai/sqlite-sync-dev@${{ steps.tag.outputs.version }}"
425425 echo " Platform packages: 7"
426426 echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
427- env :
428- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
429427
430428 - name : build and publish expo package
431429 if : steps.tag.outputs.version != ''
@@ -439,8 +437,6 @@ jobs:
439437 cd expo-package
440438 npm publish --provenance --access public --tag latest
441439 echo "✓ Published @sqliteai/sqlite-sync-expo-dev@${{ steps.tag.outputs.version }}"
442- env :
443- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
444440
445441 - uses : softprops/action-gh-release@v2.2.1
446442 if : steps.tag.outputs.version != ''
Original file line number Diff line number Diff line change 1717extern "C" {
1818#endif
1919
20- #define CLOUDSYNC_VERSION "0.9.93 "
20+ #define CLOUDSYNC_VERSION "0.9.94 "
2121#define CLOUDSYNC_MAX_TABLENAME_LEN 512
2222
2323#define CLOUDSYNC_VALUE_NOTSET -1
You can’t perform that action at this time.
0 commit comments