Only create release on tag or promotion
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
ced47d0cc7
commit
97b4d16a33
@ -81,6 +81,9 @@ local add_build_steps() = [
|
||||
files: 'artifacts/*',
|
||||
checksum: 'sha256',
|
||||
},
|
||||
when: {
|
||||
event: ['tag', 'promote'],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user