Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devops: try using another Github Actions event to trigger releases #1931

Merged

Commits on Apr 23, 2020

  1. devops: try using another Github Actions event to trigger releases

    The [official
    documentation](https://help.github.com/en/actions/language-and-framework-guides/publishing-nodejs-packages#publishing-packages-to-the-npm-registry)
    suggests using `created` event, but it didn't work for us.
    
    As someone mentioned on [github
    community](https://github.community/t5/GitHub-Actions/Workflow-set-for-on-release-not-triggering-not-showing-up/m-p/53236#M8758),
    it looks like the `created` event is actually issued when release draft
    is first created.
    
    Try using
    [`published`](https://help.github.com/en/actions/reference/events-that-trigger-workflows#release-event-release)
    event instead.
    aslushnikov committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    104bf75 View commit details
    Browse the repository at this point in the history