Skip to content

Commit

Permalink
fix: build packages before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Dec 14, 2020
1 parent 6f5f301 commit 37c8e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 37c8e1d

Please sign in to comment.