Skip to content

Commit 49828be

Browse files
committed
fix: CI
1 parent 3529ebc commit 49828be

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version: 22
2323
cache: yarn
2424
- run: yarn install
25-
- run: scripts/release build
26-
- run: scripts/release test
25+
- run: scripts/release --build
26+
- run: scripts/release --test
2727

2828
build-next:
2929
needs: test
@@ -48,7 +48,8 @@ jobs:
4848
registry-url: https://registry.npmjs.org/
4949
cache: yarn
5050
- run: yarn install
51-
- run: scripts/release --next --loglevel verbose
51+
- run: scripts/release --build
52+
- run: scripts/release --release --next --loglevel verbose
5253

5354
build-release:
5455
needs: test
@@ -73,4 +74,5 @@ jobs:
7374
registry-url: https://registry.npmjs.org/
7475
cache: yarn
7576
- run: yarn install
76-
- run: scripts/release --loglevel verbose
77+
- run: scripts/release --build
78+
- run: scripts/release --release --loglevel verbose

0 commit comments

Comments
 (0)