Skip to content

Commit 630bbb8

Browse files
committed
ci: fix nightly version bump
1 parent 7e06bb9 commit 630bbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- uses: actions/setup-node@v5
3232
with: { node-version: lts/*, cache: "pnpm" }
3333
- run: pnpm install
34-
- run: pnpm changelogen --bump --canary nightly
34+
- run: pnpm changelogen --bump -r 2.0.0 --canary nightly
3535
- run: npm i -g npm@latest && npm publish --tag latest

0 commit comments

Comments
 (0)