Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit e90c9e5

Browse files
author
ChrisTerBeke
authored
Merge pull request #212 from Ultimaker/fix_npm_publish
Specify --unsafe-perm on publish
2 parents 8892f03 + 8eade2d commit e90c9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ publish:
4040
- yarn build
4141
- npm --no-git-tag-version version from-git
4242
- GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i ${CI_PROJECT_DIR}/id_rsa" git push git@github.com:Ultimaker/react-web-components.git HEAD:master
43-
- npm publish
43+
- npm --unsafe-perm publish
4444
only:
4545
- tags

0 commit comments

Comments
 (0)