Skip to content

Commit

Permalink
append branch name to leo release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Feb 6, 2024
1 parent b3e5df7 commit 25cabf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leo-build-tag-publish-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
inputs: '{
"repository": "${{ github.event.repository.full_name }}",
"ref": "${{ needs.init-github-context.outputs.build-branch }}",
"leonardo-release-tag": "${{ steps.tag.outputs.tag }}"
"leonardo-release-tag": "${{ steps.tag.outputs.tag }}-${{ needs.init-github-context.outputs.build-branch }}"
}'

report-to-sherlock:
Expand Down

0 comments on commit 25cabf5

Please sign in to comment.