-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
I'm trying to combine semantic-release and GitHub actions.
After semantic-release creates a new release I want to run additional actions via GH actions.
However the "published" event is not triggered.
I've set up a test repository: https://github.com/saitho/workflow-test
The "Publish" workflow should get triggered after a release was published.
I examined the octokit/rest package here: https://github.com/saitho/workflow-test/blob/master/index.js . Creating a release with that script will raise the release.published event and run my workflow. So the API seems to work fine.
Not sure why it doesn't work with semantic-release/github though, as to me it seemed to use the same methods as I did here.
Can anyone confirm that issue? :)
Reactions are currently unavailable