summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-11-13 12:05:08 -0500
committerGitHub <noreply@github.com>2022-11-13 18:05:08 +0100
commit15db936348d7c76013244344b65dfa5a440a99f2 (patch)
tree396ef748e9e452d167ed72eaa6eb4c33f794d82f
parent2063ed7385712290d5f8e011145a58f7c95737e8 (diff)
chore: fix post_publish workflow trigger (#16619)
-rw-r--r--.github/workflows/post_publish.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/post_publish.yml b/.github/workflows/post_publish.yml
index 074d99750..d285e28bf 100644
--- a/.github/workflows/post_publish.yml
+++ b/.github/workflows/post_publish.yml
@@ -1,6 +1,8 @@
name: post_publish
-on: published
+on:
+ release:
+ types: [published]
jobs:
update-dl-version: