Skip to content

Commit

Permalink
[WIP] test github workflow for ter release-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanow committed Dec 22, 2024
1 parent 5e7f128 commit 0f2ee86
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 @@ -29,7 +29,7 @@ jobs:
id: get-comment
run: |
cd ${GITHUB_WORKSPACE}
comment=$(git tag -n10 -l ${{ env.version }} | sed "s/^[0-9.]*[ ]*//g" | sed "/^$/d")
comment=$(git tag -l --format='%(contents)' ${{ env.version }} | sed -n '3,$p')
echo "Tag comment: $comment" # Debugging line
if [[ -z "${comment// }" ]]; then
Expand Down

0 comments on commit 0f2ee86

Please sign in to comment.