Draft better pre-release handling in CI
This commit is contained in:
parent
6c2c98af78
commit
aa2a21f1c1
4 changed files with 44 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue