summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.textmeshpro@2.0.1/.gitlab-ci.yml
blob: e8c81140ad4980c2b315b3e128b744f2b3312c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
image: node:6.10.0

stages:
  - push_to_packman_staging

push_to_packman_staging:
  stage: push_to_packman_staging
  only:
    - tags
  script:
    - curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc
    - npm publish