Skip to content

Commit 65050a5

Browse files
committed
wf
1 parent a2078fd commit 65050a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
# Write the release notes with actual line breaks
103103
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
104104
echo -e "$release_notes" >> $GITHUB_ENV
105-
echo "EOF" >> $GITHUB_ENV
105+
echo "EOF" >> $GITHUB_ENV
106+
106107

107108
- name: Create zip file
108109
run: |

0 commit comments

Comments
 (0)