diff --git a/.github/workflows/marketplace-aws.yml b/.github/workflows/marketplace-aws.yml index 3e72eeb46..d7cac2fb6 100644 --- a/.github/workflows/marketplace-aws.yml +++ b/.github/workflows/marketplace-aws.yml @@ -3,7 +3,7 @@ concurrency: marketplace-aws on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-azure.yml b/.github/workflows/marketplace-azure.yml index 5a9427af4..54a9c5d9f 100644 --- a/.github/workflows/marketplace-azure.yml +++ b/.github/workflows/marketplace-azure.yml @@ -3,7 +3,7 @@ concurrency: marketplace-azure on: release: - types: [released] + types: [published] # az ad sp create-for-rbac --name squidex diff --git a/.github/workflows/marketplace-digitalocean.yml b/.github/workflows/marketplace-digitalocean.yml index 2cd57652b..f5019d286 100644 --- a/.github/workflows/marketplace-digitalocean.yml +++ b/.github/workflows/marketplace-digitalocean.yml @@ -3,7 +3,7 @@ concurrency: marketplace-digitalocean on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-gcp.yml b/.github/workflows/marketplace-gcp.yml index 701385180..451672cbb 100644 --- a/.github/workflows/marketplace-gcp.yml +++ b/.github/workflows/marketplace-gcp.yml @@ -3,7 +3,7 @@ concurrency: marketplace-gcp on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-kubernetes.yml b/.github/workflows/marketplace-kubernetes.yml index a8cb60240..87dbb0a43 100644 --- a/.github/workflows/marketplace-kubernetes.yml +++ b/.github/workflows/marketplace-kubernetes.yml @@ -3,7 +3,7 @@ concurrency: marketplace-kubernetes on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-vultr.yml b/.github/workflows/marketplace-vultr.yml index b44760891..345046c46 100644 --- a/.github/workflows/marketplace-vultr.yml +++ b/.github/workflows/marketplace-vultr.yml @@ -3,7 +3,7 @@ concurrency: marketplace-vultr on: release: - types: [released] + types: [published] jobs: validate: