scott robertson created FINERACT-2337:
-----------------------------------------
Summary: publishing tagged release versions workflow is broken due
to naming error
Key: FINERACT-2337
URL: https://issues.apache.org/jira/browse/FINERACT-2337
Project: Apache Fineract
Issue Type: Bug
Reporter: scott robertson
*What*
Builds for tagged releases are breaking
[https://github.com/apache/fineract/actions/runs/16428497080]
*Why*
Following line only removes, refs/heads/. Need to also remove tags/heads/
[https://github.com/apache/fineract/blob/develop/.github/workflows/publish-dockerhub.yml#L32]
Suggest something like the following, assuming you don't use / in branch names.
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}" >> $GITHUB_OUTPUT
--
This message was sent by Atlassian Jira
(v8.20.10#820010)