Skip to content

Commit 4f6e74f

Browse files
fix(release): drop --unsafe-perm from publish npm ci (#1681)
1 parent 84b753f commit 4f6e74f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/prod-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ jobs:
106106
node-version: 'lts/*'
107107
registry-url: 'https://registry.npmjs.org'
108108

109-
# Ensure npm 11.5.1 or later is installed
110109
- name: Update npm
111110
run: npm install -g npm@latest
112-
- run: npm ci --unsafe-perm
111+
- run: npm ci
113112
- run: npm run build --if-present
114113
- run: npx lerna publish from-package --yes --dist-tag "$DIST_TAG"
115114
env:

0 commit comments

Comments
 (0)