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