Skip to content

Get all tag names for the current repository #25810

Answered by eddiechenms
ALIENQuake asked this question in Actions
Discussion options

You must be logged in to vote

You can add some steps or use some actions like GitHub API Request Action to call List matching references API to list all the refs you want. To get all the tags, you just need to specify the URL as below:

GET /repos/:owner/:repo/git/matching-refs/tags

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dersimn
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants