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