We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce5e31 commit cd68ec3Copy full SHA for cd68ec3
.github/workflows/default.yml
@@ -49,6 +49,7 @@ jobs:
49
with:
50
node-version: 12
51
- run: yarn install --frozen-lockfile
52
+ - run: yarn build
53
- run: yarn semantic-release
54
env:
55
GITHUB_TOKEN: ${{ secrets.github_token }}
0 commit comments