Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ runs:
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
# force NX to not use legacy peer deps handling
npm_config_legacy_peer_deps: false
run: |
npx nx release version
npx nx run-many --target=build --all --parallel --maxParallel=4 --skipNxCache
Expand Down
Loading