We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c6dbc commit 452f48cCopy full SHA for 452f48c
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
env:
40
INPUT_VERSION: ${{ needs.check.outputs.version }}
41
run: node ./scripts/changelog/index.cjs
42
+ - name: Build
43
+ run: npm run build
44
- name: Tag and Release
45
uses: softprops/action-gh-release@v1
46
with:
@@ -64,6 +66,8 @@ jobs:
64
66
registry-url: "https://registry.npmjs.org"
65
67
- name: Install dependencies
68
run: npm install
69
70
71
72
73
0 commit comments