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>
This commit is contained in:
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'],
},
],