Skip to content

Commit bf0e2e2

Browse files
chore: run publish targets sequentially (#64)
1 parent 997caa3 commit bf0e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
1919
GITHUB_TOKEN: ${{ inputs.github_token }}
2020
shell: bash
21-
run: pnpx nx affected --base=last-release --target=version-publish
21+
run: pnpx nx affected --base=last-release --target=version-publish --parallel=1
2222

2323
- name: Tag last-release
2424
shell: bash

0 commit comments

Comments
 (0)