Skip to content

Commit

Permalink
fix: update release to run build
Browse files Browse the repository at this point in the history
  • Loading branch information
convell committed Apr 4, 2024
1 parent a66a92e commit 4222bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: yarn install
- run: yarn build
- run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: yarn run release --ci
env:
Expand Down

0 comments on commit 4222bf7

Please sign in to comment.