mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 12:11:10 +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 .
|
||||
- gzip ibis
|
||||
- ls -la ibis.gz
|
||||
when:
|
||||
event: tag
|
||||
|
||||
publish_release:
|
||||
image: woodpeckerci/plugin-github-release
|
||||
|
@ -27,6 +29,8 @@ steps:
|
|||
title: ${CI_COMMIT_TAG##v}
|
||||
api-key:
|
||||
from_secret: github_token
|
||||
when:
|
||||
event: tag
|
||||
|
||||
cargo_fmt:
|
||||
image: *rust_image
|
||||
|
|
Loading…
Reference in a new issue