We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870bd0b commit eec62ccCopy full SHA for eec62cc
.github/workflows/release.yml
@@ -74,6 +74,4 @@ jobs:
74
- name: Build for Release
75
run: pnpm nx run-many --target=build --parallel=3
76
- name: Publish
77
- run: pnpm lerna publish --no-private from-git --yes --no-verify-access
78
- env:
79
- ACTIONS_ID_TOKEN_REQUEST_URL: ""
+ run: pnpm lerna publish --no-private from-git --yes
0 commit comments