From c74ef96cb9276b96aadde1fdaf43fa6d2f59d061 Mon Sep 17 00:00:00 2001 From: angie pinilla Date: Thu, 24 Mar 2022 14:03:47 -0400 Subject: [PATCH] Set job to trigger on `published` event instead --- .github/workflows/post_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post_publish.yml b/.github/workflows/post_publish.yml index b965f23305f..4870e1040ab 100644 --- a/.github/workflows/post_publish.yml +++ b/.github/workflows/post_publish.yml @@ -1,7 +1,7 @@ name: Post Publish on: release: - types: [released] + types: [published] jobs: tidy: name: Tidy Asana @@ -24,4 +24,4 @@ jobs: with: github_done_column_id: 11513756 github_release_name: ${{ github.event.release.tag_name }} - github_token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}