Skip to content

Commit 80910fe

Browse files
committed
fix: remove empty NODE_AUTH_TOKEN for OIDC trusted publishing, bump to 0.2.0
1 parent aac5145 commit 80910fe

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929

3030
- name: Publish to npm with provenance
3131
run: npm publish --provenance --access public
32-
env:
33-
NODE_AUTH_TOKEN: ""
3432

3533
- name: Create git tag
3634
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itssimplereally/opencode-kimicode-auth",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Kimi Code OAuth auth plugin for OpenCode - access Kimi models using Moonshot AI credentials",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)