Skip to content

Commit 5ae8fa0

Browse files
committed
wip
1 parent 1de3156 commit 5ae8fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
- name: Cleanup release notes
9191
id: cleaned-notes
9292
run: |
93-
RELEASE_NOTES=$(echo $NOTES | sed '/## What/d')
94-
RELEASE_NOTES=$(echo $RELEASE_NOTES | sed '/## New Contributors/,$d')
95-
echo "release-notes=${RELEASE_NOTES}" >> "$GITHUB_OUTPUT"
93+
NOTES=$(echo $NOTES | sed '/## What/d')
94+
NOTES=$(echo $NOTES | sed '/## New Contributors/,$d')
95+
echo "release-notes=${NOTES}" >> "$GITHUB_OUTPUT"
9696
env:
9797
NOTES: ${{ steps.generated-notes.outputs.release-notes }}
9898

0 commit comments

Comments
 (0)