Skip to content

Commit bcf8d77

Browse files
authored
Add release tag to GitHub step summary (#7006)
1 parent 23ffd98 commit bcf8d77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lambda-release-tag-runners.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
repo-token: ${{ secrets.TAG_RELEASE }}
4747
tag: ${{ steps.tag.outputs.tag_name }}
4848

49+
- name: Write tag to summary
50+
run: |
51+
echo "Release tag: ${{ steps.tag.outputs.tag_name }}" >> "${GITHUB_STEP_SUMMARY}"
52+
4953
call-release:
5054
permissions:
5155
contents: write

0 commit comments

Comments
 (0)