Skip to content

Commit

Permalink
fix: missing build step in release ci (#306)
Browse files Browse the repository at this point in the history
Add build step in release ci.
  • Loading branch information
nguyentoanit authored Jun 24, 2022
1 parent eb9d924 commit d5778d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit d5778d3

Please sign in to comment.