Skip to content

Commit abf55b9

Browse files
author
Lucas McDonald
committed
m
1 parent d55453d commit abf55b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
# Ensure npm 11.5.1 or later is installed
7878
- name: Update npm
7979
run: npm install -g npm@latest
80-
- run: npm ci
80+
- run: npm ci --unsafe-perm
8181
- run: npm run build --if-present
82-
- run: npm publish
82+
- run: npx lerna publish from-package --yes --dist-tag ${{ github.event.inputs.dist_tag }}
8383

8484
# Once publishing is complete, validate that the published packages are useable
8585
validate:

0 commit comments

Comments
 (0)