Skip to content

Commit

Permalink
when tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Mar 1, 2024
1 parent ff9956c commit c735845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,6 +29,8 @@ steps:
title: ${CI_COMMIT_TAG##v}
api-key:
from_secret: github_token
when:
event: tag

cargo_fmt:
image: *rust_image
Expand Down

0 comments on commit c735845

Please sign in to comment.