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"
|
- "pio package publish"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:v0.1.0
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- gitlab-releaser create
|
- release-cli create
|
||||||
|
|
Loading…
Reference in a new issue