Skip to content

Commit aafcc10

Browse files
committed
test echoing changelog data
1 parent 18aac14 commit aafcc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-dryrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Echo CHANGELOG
2828
run: |
2929
echo "CHANGELOG read from file as:"
30-
echo ${{ env.CHANGELOG }}
30+
echo "${{ env.CHANGELOG }}"
3131
3232
releases-matrix:
3333
name: Release Go Binary Dry Run

0 commit comments

Comments
 (0)