Skip to content

Commit 934a436

Browse files
committed
ci: fix broken workflow
1 parent c6b1352 commit 934a436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: pnpm install
3636

3737
- name: Build Stub
38-
- run: pnpm build:stub
38+
run: pnpm build:stub
3939

4040
- name: Build
41-
- run: pnpm build:ci
41+
run: pnpm build:ci
4242

4343
- name: Release Edge
4444
if: |

0 commit comments

Comments
 (0)