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.
2 parents 640914c + 062920a commit 3ef9cc4Copy full SHA for 3ef9cc4
.github/actions/release/action.yaml
@@ -43,6 +43,8 @@ runs:
43
GH_TOKEN: ${{ inputs.gh_token }}
44
GITHUB_TOKEN: ${{ inputs.gh_token }}
45
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
46
+ # force NX to not use legacy peer deps handling
47
+ npm_config_legacy_peer_deps: false
48
run: |
49
npx nx release version
50
npx nx run-many --target=build --all --parallel --maxParallel=4 --skipNxCache
0 commit comments