Skip to content

Commit ca95ac0

Browse files
committed
feat: action changes
1 parent 9900045 commit ca95ac0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- uses: ./.github/setup
36-
- run: bun run release
36+
- run: bun run publish
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NODE_AUHT_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
40+
4041

4142

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "vitest run",
4848
"test:watch": "vitest watch",
4949
"lint": "biome check .",
50-
"release": "bun run build && npm publish",
50+
"publish": "bun run build && npm publish",
5151
"lint:fix": "biome check . --apply",
5252
"typecheck": "tsc --noEmit"
5353
},

0 commit comments

Comments
 (0)