Skip to content

Commit

Permalink
fix: browserifed not bundled in release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 7, 2020
1 parent b5e7d40 commit db13e89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
node-version: '12'

- run: npm ci

- name: build
run: npm run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit db13e89

Please sign in to comment.