From ff9956c4f7d44f6bfa70b832c9187b129e65af69 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 1 Mar 2024 17:31:56 +0100 Subject: [PATCH] pub --- .woodpecker.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index dbc43e8..3791f27 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ variables: steps: - publish_release: + build_release: image: *rust_image environment: CARGO_HOME: .cargo_home @@ -19,6 +19,15 @@ steps: - gzip ibis - ls -la ibis.gz + publish_release: + image: woodpeckerci/plugin-github-release + settings: + files: + - ibis.gz + title: ${CI_COMMIT_TAG##v} + api-key: + from_secret: github_token + cargo_fmt: image: *rust_image environment: