File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 package : cli-v3
3030 secrets : inherit
31-
32- preview-release :
33- name : Preview Release
34- needs : [typecheck, units, e2e]
35- if : github.repository == 'triggerdotdev/trigger.dev'
36- runs-on : ubuntu-latest
37- steps :
38- - name : ⬇️ Checkout repo
39- uses : actions/checkout@v4
40- with :
41- fetch-depth : 0
42-
43- - name : ⎔ Setup pnpm
44- uses : pnpm/action-setup@v4
45- with :
46- version : 8.15.5
47-
48- - name : ⎔ Setup node
49- uses : buildjet/setup-node@v4
50- with :
51- node-version : 20.11.1
52- cache : " pnpm"
53-
54- - name : 📥 Download deps
55- run : pnpm install --frozen-lockfile
56-
57- - name : 🏗️ Build
58- run : pnpm run build --filter "@trigger.dev/*" --filter "trigger.dev"
59-
60- - name : ⚡ Publish preview release
61- run : npx pkg-pr-new publish --no-template $(ls -d ./packages/*)
You can’t perform that action at this time.
0 commit comments