Skip to content

Commit

Permalink
ci: Enable building before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 23, 2019
1 parent f694434 commit c64356c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
yarn test
- name: Release
run: |
yarn build
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
npx semantic-release
env:
Expand Down

0 comments on commit c64356c

Please sign in to comment.