Skip to content

Commit 075d5e7

Browse files
committed
fix: build should happen before release
1 parent 70b9426 commit 075d5e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
${{ runner.os }}-v2-node-12-
8585
- run: npm install
8686
if: steps.cache.outputs.cache-hit != 'true'
87+
- run: npm run build
8788
- run: npm run semantic-release
8889
env:
8990
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)