Skip to content

Commit

Permalink
Merge pull request #14 from Unity-Technologies/fabriziounity-patch-1
Browse files Browse the repository at this point in the history
Enable publish of npm package in CI
  • Loading branch information
fabriziounity authored Apr 20, 2018
2 parents d4afaff + 02034aa commit 1232e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ build_package:mac:
- cd ..
- python Tools/CI/validation.py --package-path src/package
- cd src/
- echo "npm publish com.unity.mathematics-$CI_COMMIT_TAG.tgz"
- npm publish com.unity.mathematics-$CI_COMMIT_TAG.tgz

0 comments on commit 1232e3c

Please sign in to comment.