-
-
Notifications
You must be signed in to change notification settings - Fork 2
37 lines (29 loc) · 771 Bytes
/
pkg-pr-new.yml
File metadata and controls
37 lines (29 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: pkg.pr.new Integration
on:
push:
branches: [master]
tags: ['!**']
pull_request:
types: [opened, synchronize, labeled]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Install
run: pnpm install
- name: Build
run: pnpm build
- name: Release
# TODO: Add './packages/paper' once @vuetify/paper is published to npm
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/0' --only-templates