Skip to content

Commit

Permalink
Fix publish by running build
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored May 1, 2022
1 parent 0775b42 commit e8be4f6
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 @@ -16,6 +16,7 @@ jobs:
cache: npm
- run: npm ci
- run: npm test
- run: npm build
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit e8be4f6

Please sign in to comment.