Skip to content

Commit 3bc7fb4

Browse files
committed
test build
1 parent 1de0c2e commit 3bc7fb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm lint
24+
- run: pnpm lint:types
2425

2526
tests:
2627
name: "Tests on Node.js ${{ matrix.node-version }} - ${{ matrix.os }}"
@@ -46,3 +47,7 @@ jobs:
4647
- run: pnpm test
4748
env:
4849
GITHUB_API_URL: ""
50+
- run: git fetch --all && git fetch --unshallow
51+
- run: node ./bin/cli.js --next-version Release
52+
env:
53+
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)