Skip to content

Commit

Permalink
fix(release): Force build before release (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
isair authored Aug 6, 2020
1 parent ce59c46 commit 5248e8f
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 @@ -21,6 +21,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build package
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 5248e8f

Please sign in to comment.