Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#493] Generate release notes when uploading builds to Firebase/TestF…
Browse files Browse the repository at this point in the history
…light
markgravity committed Dec 20, 2024
1 parent c44cb6c commit c9f43e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_upload_build_to_firebase.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ jobs:

- name: Create Release Note
run: |
echo "Here is: "
echo "$(git log -1 | grep -o "\[.*")"
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "$(git log -1 | grep -o "\[.*")" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

0 comments on commit c9f43e5

Please sign in to comment.