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

github release event to trigger release workflows #2484

Open
jjenzz opened this issue Dec 10, 2024 · 2 comments
Open

github release event to trigger release workflows #2484

jjenzz opened this issue Dec 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jjenzz
Copy link

jjenzz commented Dec 10, 2024

Is your feature request related to a problem? Please describe.

i'm trying to create a github action that posts to discord when a release is published but the action never runs when auto publishes a github release.

Describe the solution you'd like

i'm not really sure how to solve this (it's a bit over my head) but is there something auto can do to ensure the github release it creates triggers the published event so github actions can dispatch their associated workflows?

Describe alternatives you've considered

i've tried swapping the action event type to created but that didn't work either.

Additional context

here is the action i'm trying to get working: https://github.com/tokenami/tokenami/blob/main/.github/workflows/release-discord.yaml. when i manually dispatch this action it posts to discord fine (with the test data there).

@jjenzz jjenzz added the enhancement New feature or request label Dec 10, 2024
@tlkiong
Copy link

tlkiong commented Dec 12, 2024

@jjenzz do you have a sample code for your workflow? Perhaps I can do something to help

@jjenzz
Copy link
Author

jjenzz commented Dec 12, 2024

@tlkiong i linked to it above in the issue description, sorry, i should have highlighted that more clearly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants