Skip to content

Commit 9f92a74

Browse files
committed
update workflow
1 parent 8f8f1c4 commit 9f92a74

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/bun_publish.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: Publish to NPM
1+
name: Publish
22

33
on:
44
push:
55
tags:
6-
- "v*.*.*"
6+
- "v*"
7+
8+
permissions:
9+
id-token: write
10+
contents: read
711

812
jobs:
9-
call-publish:
13+
publish:
1014
uses: qntx/workflows/.github/workflows/bun-publish.yml@main
11-
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "x402-openai",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Drop-in OpenAI TypeScript client with transparent x402 payment support.",
55
"type": "module",
66
"main": "./src/index.ts",
77
"module": "./src/index.ts",
88
"types": "./src/index.ts",
9+
"files": [
10+
"src",
11+
"README.md",
12+
"LICENSE"
13+
],
914
"exports": {
1015
".": "./src/index.ts",
1116
"./wallets": "./src/wallets/index.ts"

0 commit comments

Comments
 (0)