Closed korikuzma closed 7 months ago
Our current approach can break when there are multiple branches that track the same tag:
$ echo $raw origin/issue-380 origin/main origin/pypi-release-action origin/release origin/vcf-annotator-readme-update $ branch=${raw##*/} $ echo $branch vcf-annotator-readme-update
@theferrit32 thanks for pointing out the multiple branches issue! I think this will fix the release action
Our current approach can break when there are multiple branches that track the same tag:
@theferrit32 thanks for pointing out the multiple branches issue! I think this will fix the release action