We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c5eb1 + 6d965b8 commit 2e13115Copy full SHA for 2e13115
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
steps:
25
- uses: wyvox/action@v1
26
with:
27
+ pnpm-args: '--ignore-scripts'
28
node-version: 20.1.0
29
repo-token: ${{ secrets.GITHUB_TOKEN }}
30
- run: pnpm turbo build
@@ -37,6 +38,7 @@ jobs:
37
38
39
40
41
42
43
44
- run: pnpm lint
.github/workflows/plan-release.yml
@@ -54,6 +54,7 @@ jobs:
54
ref: 'main'
55
- uses: wyvox/action-setup-pnpm@v3
56
57
58
59
60
- name: "Generate Explanation and Prep Changelogs"
0 commit comments