Skip to content

Commit 7b0c70c

Browse files
committed
chore: 💚 corrige le yaml de release-please
1 parent 32e2471 commit 7b0c70c

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
@@ -28,11 +28,11 @@ jobs:
2828
node-version: 20
2929
registry-url: 'https://registry.npmjs.org'
3030
if: ${{ steps.release.outputs.release_created }}
31-
- run: npm ci
31+
- run: npm ci --legacy-peer-deps
3232
if: ${{ steps.release.outputs.release_created }}
3333
- run: npm run dev:prepare
3434
if: ${{ steps.release.outputs.release_created }}
35-
- run: npm release
35+
- run: npm run release
3636
if: ${{ steps.release.outputs.release_created }}
3737
env:
3838
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)