Skip to content

Commit 55ec4a0

Browse files
authored
chore: use yarn in release-please (#848)
1 parent 4ca00bd commit 55ec4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
registry-url: https://registry.npmjs.org
2828
if: ${{ steps.release.outputs.release_created }}
2929
- run: |
30-
npm install --force
31-
npm publish --provenance
30+
yarn install --non-interactive
31+
yarn publish --provenance
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)