Skip to content

Commit ddb81e4

Browse files
fix: artifacts not included
- "npm run build" before publish
1 parent 196000c commit ddb81e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: "npm ci"
1111
run: npm ci
1212

13+
- name: "npm run build"
14+
run: npm run build
15+
1316
- name: "npm run semantic-release"
1417
run: npm run semantic-release
1518
env:

0 commit comments

Comments
 (0)