updated .gitlab-ci.yml
This commit is contained in:
@@ -51,11 +51,7 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
when: manual
|
when: manual
|
||||||
needs:
|
needs: [build:linux, build:windows]
|
||||||
- job: build:linux
|
|
||||||
artifacts: true
|
|
||||||
- job: build:windows
|
|
||||||
artifacts: true
|
|
||||||
variables:
|
variables:
|
||||||
TAG: '0.1'
|
TAG: '0.1'
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user