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 65
65
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
66
66
- name : Publish to npm
67
67
run : |
68
- NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --git-head ${{ github.sha }} --yes
68
+ npm publish --workspaces --provenance
69
69
- name : Set release version
70
70
id : set-release-version
71
71
run : |
Original file line number Diff line number Diff line change 50
50
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
51
51
- name : Publish to npm
52
52
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