Skip to content

Commit

Permalink
Printing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 10, 2024
1 parent 9bc8250 commit 02a85bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
cd ./release
PREV_TAG=$(git describe --tags --abbrev=0)
echo "${PREV_TAG}"
git log --pretty=format:"%h - %s (%an)" "${PREV_TAG}..HEAD"
GIT_LOG=$(git log --pretty=format:"%h - %s (%an)" "${PREV_TAG}..HEAD")
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "${GIT_LOG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 02a85bc

Please sign in to comment.