File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2525 | wget -qi -
2626 tar -xvzf commitlog-linux-amd64.tar.gz
2727 chmod +x commitlog
28- export CHANGELOG="$(./commitlog .)"
29- CHANGELOG="${CHANGELOG//'%'/'%25'}"
30- CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
31- CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
32- echo "$CHANGELOG"
33- echo "::set-output name=changelog::$(echo "$CHANGELOG")"
28+ ./commitlog . > CHANGELOG.txt
3429 - name : Generate build files
3530 uses : thatisuday/go-cross-build@v1
3631 with :
4338 uses : softprops/action-gh-release@v1
4439 if : startsWith(github.ref, 'refs/tags/')
4540 with :
46- body : ${{ steps.generate_log.outputs.changelog }}
41+ body_path : CHANGELOG.txt
4742 files : dist/*
4843 env :
4944 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ CHANGELOG.md
You can’t perform that action at this time.
0 commit comments