1 Commits

Author SHA1 Message Date
8ac2c97b0b Create release after everything is built
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2022-09-07 22:43:55 +02:00
3 changed files with 3 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

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

View File

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