Skip to content

Commit

Permalink
fix: missing build step in release ci (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-zg authored Jun 24, 2022
1 parent 06dde00 commit 46930a9
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 @@ -80,6 +80,7 @@ jobs:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 46930a9

Please sign in to comment.