Skip to content

Commit 17cf181

Browse files
ci: fix build and verify now being different steps
1 parent 6c731d9 commit 17cf181

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn install --immutable --ignore-scripts
2626

27-
- name: Build & Verify
27+
- name: Build
28+
run: yarn build
29+
30+
- name: Verify
2831
run: yarn verify
2932

3033
- name: Install semantic release

0 commit comments

Comments
 (0)