release published trigger
See original GitHub issueI want to trigger another workflow when the release has been published
on:
release:
types: [published]
Looking at the code I am not sure, but it looks like this might cause a race condition with the file upload.
Does the release maybe have to be drafted, files uploaded and then published for this to work? I could not find clear documentation on this.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Events that trigger workflows - GitHub Docs
Runs your workflow when someone pushes to a branch that is the publishing source for GitHub Pages, if GitHub Pages is enabled for...
Read more >Github Action trigger on release not working on tag
It states that Activity Types are "published," "unpublished," and ... In short git tag is not the event that triggers a GitHub Release...
Read more >Publish Trigger - Cascade CMS Knowledge Base - Hannon Hill
Overview. This trigger publishes or unpublishes the current asset in workflow (if publishable) to all enabled Destinations available to the user authorizing the ......
Read more >How to Manually Trigger a GitHub Actions Workflow
A very simple manual workflow trigger. Once you add this file to your repository, you'll be able to see and manually run the...
Read more >Trigger Deployments using Git Events (FirstGen) - Harness Docs
Payload Type. Event Type ; BitBucket. On Pull Request. On Repository. On Issue ; GitHub. On Pull Request. On Push. On Delete. On...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ATM I wish for a race condition 😄
Right now it’s not triggering other workflows at all for me. Is that a known issue?
It only triggers when the Personal Access Token is used instead of the standard Github Token.