Skip to content

Commit

Permalink
fix(publish.yml): the release now contains the build files located in…
Browse files Browse the repository at this point in the history
… /lib

semantic-release does not perform npm run build by default, therefore it had to be manually added.
  • Loading branch information
schettn authored Jul 4, 2021
1 parent ab6b987 commit c114e1a
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 @@ -44,6 +44,7 @@ jobs:
- name: Github package registry authentication
run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- run: npm run build
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit c114e1a

Please sign in to comment.