We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9f70a commit f405e33Copy full SHA for f405e33
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
run: npm i
18
- name: Build
19
run: npm run build:ci
20
+ - name: Verify Build Output
21
+ run: ls -R dist
22
- name: Semantic release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments