File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6666 # pnpx envinfo --system --npmPackages '@lerna-lite/*' --binaries --browsers
6767
6868 - name : Push Version
69- run : pnpm lerna version ${{ steps.version.outputs.version }} --no-private --sign-git-tag --sign-git-commit --sync-workspace-lock --no-changelog --yes ${{ env.DRY_RUN }}
69+ # TODO: support --sign-git-tag --sign-git-commit
70+ run : pnpm lerna version ${{ steps.version.outputs.version }} --no-private --sync-workspace-lock --no-changelog --yes ${{ env.DRY_RUN }}
7071
7172 - name : Convert Draft Release to Published
7273 if : ${{ !inputs.dry_run }}
Original file line number Diff line number Diff line change 4242 env :
4343 NODE_AUTH_TOKEN : ${{secrets.PUBLISH_NPM}}
4444 NPM_CONFIG_PROVENANCE : true
45- # Need to figure out how to sign tags and commits from workflows: --sign-git-tag --sign-git-commit
45+ # TODO: support --sign-git-tag --sign-git-commit
4646 run : |
4747 pnpm lerna publish from-package --no-push --no-private --yes ${{ steps.dist_tag.outputs.value }}
4848
You can’t perform that action at this time.
0 commit comments