From d5a06ca8da33275f0695a77df11c35599fb705e0 Mon Sep 17 00:00:00 2001 From: Claire Labry Date: Mon, 18 Jul 2022 12:48:16 -0400 Subject: [PATCH] introduces the post publish website event --- .release/ci.hcl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index dab8087af..3556eddbc 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -225,3 +225,17 @@ event "promote-production-packaging" { on = "always" } } + +event "post-publish-website" { + depends = ["promote-production-packaging"] + + action "post-publish-website" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "post-publish-website" + } + + notification { + on = "always" + } +}