Skip to content

Commit 6358e44

Browse files
authored
ci: update release please workflow to run yarn (#113)
1 parent 58ead51 commit 6358e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
check-latest: true
2828
registry-url: 'https://registry.npmjs.org'
2929
if: ${{ steps.release.outputs.release_created }}
30+
- name: Install dependencies
31+
run: yarn
32+
if: ${{ steps.release.outputs.release_created }}
3033
- run: npm publish
3134
if: ${{ steps.release.outputs.release_created }}
3235
env:

0 commit comments

Comments
 (0)