File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
6666 - name : Publish to npm
6767 run : |
68- NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --git-head ${{ github.sha }} --yes
68+ npm publish --workspaces --provenance
6969 - name : Set release version
7070 id : set-release-version
7171 run : |
Original file line number Diff line number Diff line change 5050 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
5151 - name : Publish to npm
5252 run : |
53- NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --force-publish ${{ github.event.input.package }} --git-head ${{ github.sha }} --yes
53+ npm publish --workspace ${{ github.event.input.package }} --provenance
You can’t perform that action at this time.
0 commit comments