Add notification on tag
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-02 15:47:23 +13:00
parent bece894b0d
commit b11417540b

View File

@@ -100,4 +100,15 @@ local gen_release() =
for distro in distros]
},
gen_release(),
{kind: 'pipeline',
type: 'docker',
name: 'Notify Tagged release',
steps: [email_notification()],
when:
{ status: [ 'success', 'failure' ] ,
event: {include: ['tag']},
},
depends_on:
['Generate Release']
},
]