How do I trigger action on Release with a specific tag? · community · Discussion #45144 · GitHub
Skip to content
Discussion options

You must be logged in to vote

Instead of on: release, I'll usually use on: push: tags.

This is something I use in almost all of my release workflows, for example.

on:
  push:
    tags: [ 'v*.*.*' ]

Replies: 2 comments 5 replies

Comment options

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

@spenserblack
Comment options

@AnatolyBuga
Comment options

@Cod3ddy
Comment options

@fendis0709
Comment options

Answer selected by AnatolyBuga
Comment options

You must be logged in to vote
0 replies
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 Product Feedback Share your thoughts and suggestions on GitHub features and improvements
5 participants