Skip to content

Commit

Permalink
[WIP] test github workflow for ter release-3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanow committed Dec 22, 2024
1 parent 0f2ee86 commit d8e3044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
id: get-comment
run: |
cd ${GITHUB_WORKSPACE}
echo "Fetching tag message for version: ${{ env.version }}" # Debugging line
git tag -l --format='%(contents)' ${{ env.version }} # Debugging line
comment=$(git tag -l --format='%(contents)' ${{ env.version }} | sed -n '3,$p')
echo "Tag comment: $comment" # Debugging line
Expand Down

0 comments on commit d8e3044

Please sign in to comment.