Update .gitlab-ci.yml
This commit is contained in:
parent
648f52f98f
commit
37a01f3114
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ publish:
|
|||
- "pio package publish"
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:v0.1.0
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
stage: release
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- gitlab-releaser create
|
||||
- release-cli create
|
||||
|
|
Loading…
Reference in a new issue