Releases: tj-actions/branch-names
Releases · tj-actions/branch-names
v4.4
- Updated action name
v4.3
- Added
is_tag
boolean string output for tag branches
v4.2
- Fixed bug with empty
current_branch
for tag based events. Reported by @almed4
Stable release
- Fixed bug with empty
current_branch
for tag based events. Reported by @almed4 - Skip evaluating
current_branch
output for tag based branches (Recommend:steps.branch-name.outputs.tag
instead).
v4.1
- Skip evaluating
current_branch
output for tag based branches (Recommend:steps.branch-name.outputs.tag
instead).
v3.6
- Fixed bug with if condition
v3.5
Update action.yml
v3.4
- Fixed bug with
is_default
v3.3
- Update README.md
v3.2
- Added
strip_tag_prefix
input