Skip to content

Commit

Permalink
[WIP] test github workflow for ter release-6
Browse files Browse the repository at this point in the history
  • Loading branch information
kanow committed Dec 22, 2024
1 parent 7c09d0a commit 338ba3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}
echo "Fetching tag message for version: ${{ env.version }}" # Debugging line
git for-each-ref refs/tags/${{ env.version }} --format='%(contents)' # Debugging line
tag_message=$(git for-each-ref refs/tags/${{ env.version }} --format='%(contents)' | sed -n '3,$p')
echo "Tag message: $tag_message" # Debugging line
Expand Down

0 comments on commit 338ba3b

Please sign in to comment.