Skip to content

Commit 30b0a05

Browse files
committed
fix: release with dist build
1 parent ccea618 commit 30b0a05

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
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
release:
8-
name: Release
8+
name: NPM release
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -18,6 +18,8 @@ jobs:
1818
node-version: "18"
1919
- name: Install dependencies
2020
run: yarn install --frozen-lockfile
21+
- name: Build
22+
run: yarn build
2123
- name: Release
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)