[
https://issues.apache.org/jira/browse/FINERACT-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18010571#comment-18010571
]
scott robertson commented on FINERACT-2337:
-------------------------------------------
Would be good if there is a workaround? We would like to use version 1.11.0. I
assume we need to build it ourselves?
Cheers
> 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
> Priority: Major
>
> *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)