Skip to content

Commit 25926c1

Browse files
committed
build(): cd
1 parent 74230ec commit 25926c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
cd:
10-
# Suggest using stable branch, tag or sha.
1110
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
1211
secrets:
1312
halo-pat: ${{ secrets.HALO_PAT }}
@@ -16,5 +15,7 @@ jobs:
1615
with:
1716
node-version: "20"
1817
pnpm-version: "10"
18+
skip-node-setup: false
1919
app-id: app-sCQyp
20-
ui-path: "ui"
20+
ui-path: "ui"
21+

0 commit comments

Comments
 (0)