Skip to content

Commit 401c9b8

Browse files
committed
ci: fix publish tag
1 parent 589625c commit 401c9b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
with: { node-version: lts/*, cache: "pnpm" }
3333
- run: pnpm install
3434
- run: pnpm changelogen --bump --canary nightly
35-
- run: npm i -g npm@latest && npm publish --tag 1.x
35+
- run: npm i -g npm@latest && npm publish --tag 1x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepack": "pnpm build",
2828
"play": "listhen -w ./playground/app.ts",
2929
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
30-
"release": "pnpm test && pnpm build && changelogen --release --publish --publishTag 1.x && git push --follow-tags",
30+
"release": "pnpm test && pnpm build && changelogen --release --publish --publishTag 1x && git push --follow-tags",
3131
"test": "pnpm lint && vitest --run --coverage && pnpm test:types",
3232
"test:types": "tsc --noEmit"
3333
},

0 commit comments

Comments
 (0)