Create release after everything is built
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
master v0.1.1
Jacob Kiers 7 months ago
parent 97b4d16a33
commit 8ac2c97b0b

@ -84,6 +84,7 @@ local add_build_steps() = [
when: {
event: ['tag', 'promote'],
},
depends_on: ['Show built artifacts'],
},
],

2
Cargo.lock generated

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "drone-test"
version = "0.1.0"
version = "0.1.1"

@ -1,6 +1,6 @@
[package]
name = "drone-test"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Loading…
Cancel
Save