taiki-e / create-gh-release-action

GitHub Action for creating GitHub Releases based on changelog.
Apache License 2.0
72 stars 11 forks source link

Tag push from another workflow does not trigger release workflow #21

Closed cloud-on-prem closed 1 year ago

cloud-on-prem commented 1 year ago

Thanks for looking into my previous issue 🙏

Now, the issue is that I cannot get my workflow to be triggered. I am not sure if it's a limitation on Github but my scenario is as follows:

But despite a few tries, the Release workflow never runs 😔

My code is available here. https://github.com/cloud-on-prem/iam-capable/tree/main/.github/workflows

taiki-e commented 1 year ago

An event created by the action using the default GITHUB_TOKEN cannot trigger other workflows. See this for details and workarounds.