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 3598635 commit 283fcecCopy full SHA for 283fcec
.github/workflows/promote.yml
@@ -11,6 +11,7 @@ jobs:
11
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
14
+ NPM_CONFIG_LEGACY_PEER_DEPS: true
15
steps:
16
- uses: actions/checkout@v2
17
- name: Build for promotion
@@ -27,4 +28,4 @@ jobs:
27
28
run: |
29
cd packages/module
30
npm version ${{ github.ref_name }} --git-tag-version false
- npm publish --tag=latest
31
+ npm publish --tag=latest
0 commit comments