Skip to content

Commit 1f1199b

Browse files
committed
Enable publishing
1 parent c18f9c2 commit 1f1199b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ publish_package:mac:
7373
script:
7474
- python Tools/CI/validation.py --package-path package --commit-tag $CI_COMMIT_TAG
7575
- cd package
76-
#- npm publish --registry https://staging-packages.unity.com
77-
- echo "Would have published com.unity.mathematics $CI_COMMIT_TAG"
76+
- npm publish --registry https://staging-packages.unity.com
7877
dependencies:
7978
- validate_package:mac

0 commit comments

Comments
 (0)