Skip to content

Github Release

Description

This workflow creates a release based on the tag.

Inputs

name description type required default
tag

The tag to release

string true ""

Usage

jobs:
  job1:
    uses: tx-pts-dai/github-workflows/.github/workflows/gh-release.yaml@v2
    with:
      tag:
      # The tag to release
      #
      # Type: string
      # Required: true
      # Default: ""

Example

FAQ