Skip to content

Commit 7887965

Browse files
committed
ci: changelog check
1 parent a61cd1e commit 7887965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
CHANGELOG="${CHANGELOG//'%'/'%25'}"
3030
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
3131
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
32+
echo "$CHANGELOG"
3233
echo "::set-output name=changelog::$(echo "$CHANGELOG")"
3334
- name: Generate build files
3435
uses: thatisuday/go-cross-build@v1

0 commit comments

Comments
 (0)