We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d068648 commit 339e547Copy full SHA for 339e547
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
RELEASE_NOTES_DIR=/tmp/release-notes
58
mkdir -p "$RELEASE_NOTES_DIR"
59
RELEASE_NOTES_FILE="$RELEASE_NOTES_DIR/release-notes.md"
60
- git for-each-ref --format='%(contents)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
+ git for-each-ref --format='%(body)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
61
echo "Release notes file: $RELEASE_NOTES_FILE"
62
echo "Release notes contents:"
63
cat "$RELEASE_NOTES_FILE"
0 commit comments