Skip to content

Commit

Permalink
[WIP] test github workflow for ter release-8
Browse files Browse the repository at this point in the history
  • Loading branch information
kanow committed Dec 22, 2024
1 parent f48ecc1 commit 396b84a
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 show ${{ env.version }} --no-patch --format=%B | sed -n '3,$p')
tag_message=$(git tag -n --list ${{ env.version }} | sed -n 's/^[^ ]* //p')
echo "Tag message: $tag_message" # Debugging line
if [[ -z "${tag_message// }" ]]; then
Expand Down

0 comments on commit 396b84a

Please sign in to comment.