Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Nov 6, 2023
1 parent 49b97d4 commit f963963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: yarn test && yarn build
- run: npm i -g yarn && yarn && yarn test && yarn build
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
Expand Down

0 comments on commit f963963

Please sign in to comment.