Skip to content

Commit f405e33

Browse files
committed
Add verify step.
1 parent 4f9f70a commit f405e33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: npm i
1818
- name: Build
1919
run: npm run build:ci
20+
- name: Verify Build Output
21+
run: ls -R dist
2022
- name: Semantic release
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)