Skip to content

Release publish is not triggering my github workflow #54574

Answered by Nuckerr
Nuckerr asked this question in Actions
Discussion options

You must be logged in to vote

I ended up copying a friend's config, and I think the change that fixed it was making sure to use an array:

on:
  release:
    types: [published]

Replies: 7 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@epomatti
Comment options

@Nuckerr
Comment options

Answer selected by Nuckerr
@epomatti
Comment options

@James-Mart
Comment options

@pgangloff-hbs
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@stilnox255
Comment options

@AllanOricil
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@sgsollie
Comment options

@ad869
Comment options

@BinaryVixen899
Comment options

@AllanOricil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question