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 8baa880 commit 5783209Copy full SHA for 5783209
1 file changed
.github/workflows/create-release.yaml
@@ -27,6 +27,9 @@ jobs:
27
- name: Install dependencies
28
run: npm install
29
30
+ - name: Build project
31
+ run: npm run build
32
+
33
- name: Release using semantic-release
34
env:
35
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
0 commit comments