.gitlab-ci.yml 245 B

123456789101112
  1. image: node:6.10.0
  2. stages:
  3. - push_to_packman_staging
  4. push_to_packman_staging:
  5. stage: push_to_packman_staging
  6. only:
  7. - tags
  8. script:
  9. - curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc
  10. - npm publish