We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9900045 commit ca95ac0Copy full SHA for ca95ac0
.github/workflows/ci.yml
@@ -33,9 +33,10 @@ jobs:
33
uses: actions/checkout@v4
34
35
- uses: ./.github/setup
36
- - run: bun run release
+ - run: bun run publish
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUHT_TOKEN: ${{ secrets.NPM_TOKEN }}
+
40
41
42
package.json
@@ -47,7 +47,7 @@
47
"test": "vitest run",
48
"test:watch": "vitest watch",
49
"lint": "biome check .",
50
- "release": "bun run build && npm publish",
+ "publish": "bun run build && npm publish",
51
"lint:fix": "biome check . --apply",
52
"typecheck": "tsc --noEmit"
53
},
0 commit comments