Skip to content

Commit 8c84f14

Browse files
authored
fix: Publish built source (#195)
1 parent 48b7e2b commit 8c84f14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
with:
6666
useLockFile: false
6767

68+
- name: 🏗 Run build script
69+
run: npm run build
70+
71+
- run: ls -asl dist
72+
6873
- name: 🚀 Release
6974
uses: cycjimmy/semantic-release-action@v2
7075
with:

0 commit comments

Comments
 (0)