Skip to content

Commit

Permalink
fix: build should happen before release
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks committed Dec 22, 2020
1 parent 70b9426 commit 075d5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
${{ runner.os }}-v2-node-12-
- run: npm install
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run build
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 075d5e7

Please sign in to comment.