We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3607d commit aed3179Copy full SHA for aed3179
.github/workflows/release.yml
@@ -67,6 +67,8 @@ jobs:
67
done < <(git log --format="%H" $PREV_TAG..HEAD)
68
fi
69
70
+ COMMITS=$(echo "$COMMITS" | sed 's/[[:cntrl:]]//g')
71
+
72
echo "commits=$COMMITS" >> $GITHUB_ENV
73
env:
74
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments