Skip to content

Commit 452f48c

Browse files
committed
chore: fix releases
1 parent b6c6dbc commit 452f48c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
env:
4040
INPUT_VERSION: ${{ needs.check.outputs.version }}
4141
run: node ./scripts/changelog/index.cjs
42+
- name: Build
43+
run: npm run build
4244
- name: Tag and Release
4345
uses: softprops/action-gh-release@v1
4446
with:
@@ -64,6 +66,8 @@ jobs:
6466
registry-url: "https://registry.npmjs.org"
6567
- name: Install dependencies
6668
run: npm install
69+
- name: Build
70+
run: npm run build
6771
- name: Tag and Release
6872
uses: softprops/action-gh-release@v1
6973
with:

0 commit comments

Comments
 (0)