This action output JIRA issue key and prerelease tag based on Pull Request branch.
| Input | Required | Default | Description |
|---|---|---|---|
branch |
✅ | Branch name, must contain JIRA issue key | |
push |
✅ | true |
Push tags if true |
| Output | Description |
|---|---|
key |
JIRA issue key |
tag |
Prerelease tag |
uses: sepulsa/prerelease-action@1
with:
branch: ${{ github.head_ref }}