This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/example/unity/ARDemoApp/Library/PackageCache/nuget.mono-cecil@0.1.5-preview/.gitlab-ci.yml

14 lines
311 B
YAML

image: node:6.10.0
stages:
- push_to_packman_staging
push_to_packman_staging:
stage: push_to_packman_staging
only:
- tags
script:
- sed -i "s/PLACEHOLDERVERSION/$CI_COMMIT_TAG/g" package.json
- curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc
- npm publish