Open
Description
I 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.
Activity
tcurdt commentedon Sep 21, 2020
ATM I wish for a race condition :-D
Right now it's not triggering other workflows at all for me.
Is that a known issue?
tcurdt commentedon Sep 21, 2020
It only triggers when the Personal Access Token is used instead of the standard Github Token.
TheBestMoshe commentedon Oct 16, 2020
This might help someone
https://stackoverflow.com/a/60418414/9642772
minhdanh commentedon Sep 18, 2022
For anyone looking to trigger another workflow with release.published event:
workflowpermissionSee: softprops/action-gh-release#59
sensuikan1973 commentedon Dec 4, 2022
cause: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
workaround sample: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
See: softprops/action-gh-release#59 (#1068)