Skip to content

Commit

Permalink
[WIP] test github workflow for ter release-12
Browse files Browse the repository at this point in the history
  • Loading branch information
kanow committed Dec 22, 2024
1 parent 461f51a commit 8202f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}
echo "Fetching tag message for version: ${{ env.version }}" # Debugging line
tag_message=$(git for-each-ref refs/tags/${{ env.version }} --format='%(contents:subject) %(contents:body)')
tag_message=$(git show -s --format=%B refs/tags/${{ env.version }})
echo "Tag message: $tag_message" # Debugging line
if [[ -z "${tag_message// }" ]]; then
Expand Down

0 comments on commit 8202f57

Please sign in to comment.