1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 12:11:10 +00:00
This commit is contained in:
Felix Ableitner 2024-03-01 17:37:21 +01:00
parent ff9956c4f7
commit c73584544f

View file

@ -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