Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
fix: build before release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Jan 13, 2020
1 parent 0be907c commit 3c01854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 3c01854

Please sign in to comment.