mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Add release metadata config (#11747)
* Add release metadat config * Move the release metadata config to the correct event workflow
This commit is contained in:
parent
36c2301781
commit
ea70359e52
1 changed files with 2 additions and 1 deletions
|
|
@ -175,6 +175,7 @@ event "promote-staging" {
|
|||
organization = "hashicorp"
|
||||
repository = "crt-workflows-common"
|
||||
workflow = "promote-staging"
|
||||
config = "release-metadata.hcl"
|
||||
}
|
||||
|
||||
notification {
|
||||
|
|
@ -237,4 +238,4 @@ event "promote-production-packaging" {
|
|||
notification {
|
||||
on = "always"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue