We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e2471 commit 7b0c70cCopy full SHA for 7b0c70c
.github/workflows/release-please.yml
@@ -28,11 +28,11 @@ jobs:
28
node-version: 20
29
registry-url: 'https://registry.npmjs.org'
30
if: ${{ steps.release.outputs.release_created }}
31
- - run: npm ci
+ - run: npm ci --legacy-peer-deps
32
33
- run: npm run dev:prepare
34
35
- - run: npm release
+ - run: npm run release
36
37
env:
38
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments