Skip to content

Commit b884ca1

Browse files
committed
small update to release notes
1 parent cec8c5d commit b884ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
RELEASE_NOTES_DIR=/tmp/release-notes
3838
mkdir -p "$RELEASE_NOTES_DIR"
3939
RELEASE_NOTES_FILE="$RELEASE_NOTES_DIR/release-notes.md"
40-
git for-each-ref --format='%(contents)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
40+
git for-each-ref --format='%(body)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
4141
echo "Release notes file: $RELEASE_NOTES_FILE"
4242
echo "Release notes contents:"
4343
cat "$RELEASE_NOTES_FILE"

0 commit comments

Comments
 (0)