mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-28 22:13:14 +00:00
Add example Unity Project
This commit is contained in:
parent
fda7ff28dd
commit
e3acdb9d6b
7122 changed files with 505543 additions and 2 deletions
|
@ -0,0 +1,15 @@
|
|||
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/0.0.1-PLACEHOLDERVERSION/$CI_COMMIT_TAG/g" package.json
|
||||
- sed -i "s/PLACEHOLDERSHA/$CI_COMMIT_SHA/g" package.json
|
||||
- sed -i "s/0.0.1-PLACEHOLDERVERSION/$CI_COMMIT_TAG/g" CHANGELOG.md
|
||||
- curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc
|
||||
- npm publish
|
Loading…
Add table
Add a link
Reference in a new issue