We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997caa3 commit bf0e2e2Copy full SHA for bf0e2e2
.github/actions/release/action.yml
@@ -18,7 +18,7 @@ runs:
18
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
19
GITHUB_TOKEN: ${{ inputs.github_token }}
20
shell: bash
21
- run: pnpx nx affected --base=last-release --target=version-publish
+ run: pnpx nx affected --base=last-release --target=version-publish --parallel=1
22
23
- name: Tag last-release
24
0 commit comments