Skip to content

Commit bfb8dec

Browse files
committed
fix: release missing dist/ folder
1 parent b314b19 commit bfb8dec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- master
10-
10+
1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 14
1919
- name: install
2020
run: yarn
21+
- name: build
22+
run: yarn build
2123
- name: publish
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)