We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9426 commit 075d5e7Copy full SHA for 075d5e7
1 file changed
.github/workflows/main.yml
@@ -84,6 +84,7 @@ jobs:
84
${{ runner.os }}-v2-node-12-
85
- run: npm install
86
if: steps.cache.outputs.cache-hit != 'true'
87
+ - run: npm run build
88
- run: npm run semantic-release
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments