{{ message }}
How do I trigger action on Release with a specific tag? #45144
Answered
by
spenserblack
AnatolyBuga
asked this question in
Actions
-
Beta Was this translation helpful? Give feedback.
Answered by
spenserblack
Jan 23, 2023
Replies: 2 comments 5 replies
-
|
Instead of This is something I use in almost all of my release workflows, for example. on:
push:
tags: [ 'v*.*.*' ] |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
AnatolyBuga
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Instead of
on: release, I'll usually useon: push: tags.This is something I use in almost all of my release workflows, for example.