Skip to content

Commit 6422491

Browse files
committed
Add verify step
1 parent c2449cf commit 6422491

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- ci-fixes
66
jobs:
77
release:
88
runs-on: ubuntu-latest
@@ -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)