Skip to content

Commit ad00403

Browse files
committed
ci: release via pkg.pr.new
1 parent afb3807 commit ad00403

File tree

3 files changed

+276
-0
lines changed

3 files changed

+276
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- run: pnpm lint
3333
- run: pnpm test
3434
- run: pnpm build
35+
- name: publish nightly release
36+
if: github.event_name == 'pull_request'
37+
run: pnpm pkg-pr-new publish --compact
3538
- run: pnpm test:types
3639
- run: pnpm dev:build
3740
- uses: codecov/codecov-action@v5

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"nuxt": "^3.14.1592",
8383
"nuxt-fonts-devtools": "workspace:*",
8484
"ofetch": "^1.4.1",
85+
"pkg-pr-new": "^0.0.39",
8586
"playwright-core": "^1.49.1",
8687
"semver": "^7.6.3",
8788
"shiki": "^1.24.2",

0 commit comments

Comments
 (0)