Skip to content

Commit f8d99c1

Browse files
committed
fix: use trusted publisher for npmjs
1 parent 6684f79 commit f8d99c1

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 22.13.1
28+
node-version: 22.14.0
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Setup Dependencies
@@ -48,6 +48,4 @@ jobs:
4848
run: npm run build
4949

5050
- name: Publish package
51-
env:
52-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53-
run: npm publish --access public --provenance
51+
run: npm publish --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.875",
3+
"version": "1.0.876",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)