diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7145bf0..c974969 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.13.1 + node-version: 22.14.0 registry-url: 'https://registry.npmjs.org' - name: Setup Dependencies @@ -48,6 +48,4 @@ jobs: run: npm run build - name: Publish package - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm publish --access public --provenance + run: npm publish --access public diff --git a/package.json b/package.json index abfe84a..aa48450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sqlitecloud/drivers", - "version": "1.0.875", + "version": "1.0.876", "description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients", "main": "./lib/index.js", "types": "./lib/index.d.ts",