Skip to content

Commit 6d08aef

Browse files
committed
release new sqlite-sync-expo package
1 parent b55472a commit 6d08aef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ jobs:
431431
cd expo-package
432432
npm publish --provenance --access public
433433
echo "✓ Published @sqliteai/sqlite-sync-expo@${{ steps.tag.outputs.version }}"
434+
env:
435+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
434436

435437
- uses: softprops/[email protected]
436438
if: steps.tag.outputs.version != ''

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
extern "C" {
2121
#endif
2222

23-
#define CLOUDSYNC_VERSION "0.8.57"
23+
#define CLOUDSYNC_VERSION "0.8.58"
2424

2525
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2626

0 commit comments

Comments
 (0)