Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/dc4ddc7230e4f6b180efcfbabf35060d to your computer and use it in GitHub Desktop.
Save merltron-pa/dc4ddc7230e4f6b180efcfbabf35060d to your computer and use it in GitHub Desktop.
name: 'Validate tags'
author: 'Hugobert Humperdinck'
description: 'Validate release/pre-release tags'
inputs:
prerelease:
description: 'Tag is prerelease'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.prerelease }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment