Draft better pre-release handling in CI

This commit is contained in:
Joel Collins 2020-03-03 17:18:18 +00:00
parent 6c2c98af78
commit aa2a21f1c1
4 changed files with 44 additions and 1 deletions

View file

@ -34,7 +34,7 @@ build:
script:
- npm install
- npm run build:app
- npm run release
- if [ "$CI_COMMIT_REF_NAME" == "stable"]; then npm run release; else npm run release:pre; fi
artifacts:
name: "dist"