mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 18:11:09 +00:00
when tag
This commit is contained in:
parent
ff9956c4f7
commit
c73584544f
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@ steps:
|
||||||
- cp target/release/ibis .
|
- cp target/release/ibis .
|
||||||
- gzip ibis
|
- gzip ibis
|
||||||
- ls -la ibis.gz
|
- ls -la ibis.gz
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
publish_release:
|
publish_release:
|
||||||
image: woodpeckerci/plugin-github-release
|
image: woodpeckerci/plugin-github-release
|
||||||
|
@ -27,6 +29,8 @@ steps:
|
||||||
title: ${CI_COMMIT_TAG##v}
|
title: ${CI_COMMIT_TAG##v}
|
||||||
api-key:
|
api-key:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
cargo_fmt:
|
cargo_fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue