Skip to content

Commit d4960c3

Browse files
authored
Merge pull request #135 from zephir-lang/ci-builds-fixes
Ci builds fixes
2 parents f242ab9 + 0938b1f commit d4960c3

File tree

8 files changed

+361
-703
lines changed

8 files changed

+361
-703
lines changed

.ci/release-notes.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,4 @@ startline=$(cat "$1" | grep -nE '^### ' | head -n 1 | cut -d ":" -f 1)
2222
finishline=$(($(cat "$1" | grep -nE '^## \[[0-9]+' | head -n 2 | tail -n 1 | cut -d ":" -f 1) - 1))
2323
changelog=$(sed -n "${startline},${finishline}p" "$1");
2424

25-
26-
: "${GITHUB_ACTIONS:=0}"
27-
28-
if [ "$GITHUB_ACTIONS" = "true" ]
29-
then
30-
changelog="${changelog//'%'/'%25'}"
31-
changelog="${changelog//$'\n'/'%0A'}"
32-
changelog="${changelog//$'\r'/'%0D'}"
33-
fi
34-
3525
echo "${changelog}"

0 commit comments

Comments
 (0)