You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
245 B

  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