Skip to content

Commit

Permalink
Merge pull request #23854 from hashicorp/gha-post-publish-event-trigger
Browse files Browse the repository at this point in the history
github/workflows/post_publish: Set job to trigger on `published` event instead
  • Loading branch information
anGie44 authored Mar 24, 2022
2 parents 8b62916 + c74ef96 commit 638b465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post_publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Post Publish
on:
release:
types: [released]
types: [published]
jobs:
tidy:
name: Tidy Asana
Expand All @@ -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 }}
github_token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}

0 comments on commit 638b465

Please sign in to comment.