You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
tag-exists-action
v1.1.0
A Github action that determines if a tag exists
Required The tag to search for.
a string value of 'true' or 'false'
- uses: mukunku/[email protected]
id: checkTag
with:
tag: 'v1'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo ${{ steps.checkTag.outputs.exists }}