Skip to content

New releases don't trigger GitHub actions event #264

@saitho

Description

@saitho

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? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions