Skip to content

Commit 67633b3

Browse files
authored
Merge pull request #38 from codeboxrcodehub/dev
wtf
2 parents ce18550 + cfcba4e commit 67633b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fi
7373
7474
# Break if a new version header is found after the current version
75-
if [[ $found_version -eq 1 && "$line" =~ ^\= [0-9]+\.[0-9]+\.[0-9]+ \=$ ]]; then
75+
if [[ $found_version -eq 1 && "$line" =~ ^\= [0-9]+\.[0-9]+\.[0-9]+\ =$ ]]; then
7676
echo "DEBUG: Found a new version header. Stopping collection."
7777
break
7878
fi
@@ -102,7 +102,7 @@ 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
106106
107107

108108
- name: Create zip file

0 commit comments

Comments
 (0)