Skip to content

Commit ce18550

Browse files
authored
Merge pull request #37 from codeboxrcodehub/dev
wf
2 parents f3a92fb + 65050a5 commit ce18550

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)