We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a6d55 commit dce5a8cCopy full SHA for dce5a8c
2 files changed
.github/workflows/publish beta npm.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
git config --local user.email "action@github.com"
30
git config --local user.name "GitHub Action"
31
- npm install
+ npm install --legacy-peer-deps
32
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
33
cd packages/${{ github.event.inputs.packagePath }}
34
npm install --legacy-peer-deps
.github/workflows/publish npm.yml
@@ -32,7 +32,7 @@ jobs:
35
36
37
38
npm version ${{ github.event.inputs.versionType }}
0 commit comments