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>
This commit is contained in:
Jacob Kiers 2022-09-07 22:42:06 +02:00
parent 97b4d16a33
commit 8ac2c97b0b
3 changed files with 3 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

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

View File

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