We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55453d commit abf55b9Copy full SHA for abf55b9
.github/workflows/prod-release.yml
@@ -77,9 +77,9 @@ jobs:
77
# Ensure npm 11.5.1 or later is installed
78
- name: Update npm
79
run: npm install -g npm@latest
80
- - run: npm ci
+ - run: npm ci --unsafe-perm
81
- run: npm run build --if-present
82
- - run: npm publish
+ - run: npx lerna publish from-package --yes --dist-tag ${{ github.event.inputs.dist_tag }}
83
84
# Once publishing is complete, validate that the published packages are useable
85
validate:
0 commit comments