Skip to content

Commit

Permalink
debug(ci/cd): echo the tag #1
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Jul 30, 2024
1 parent 279c6f7 commit f713152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Get changelog from CHANGELOG.md
run: |
tag="${GITHUB_REF#refs/tags/}"
echo "Tag: $tag"
changelog=$(awk "/^## \[$tag\]/{flag=1;next}/^## /{flag=0}flag" CHANGELOG.md)
echo "$changelog" > NOTES.md
cat NOTES.md
Expand Down

0 comments on commit f713152

Please sign in to comment.