Skip to content

Commit 2a2c9ae

Browse files
committed
fix(workflow): replace npm token with oidc auth
1 parent 3d87a94 commit 2a2c9ae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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 != ''

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern "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

0 commit comments

Comments
 (0)