Skip to content

Commit b595d55

Browse files
committed
Adjust matrix
1 parent 9a31cbd commit b595d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-from-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Dump changelog output
2828
run: |
2929
echo "Changelog Output:"
30-
echo "parse-changelog: ${{ fromJson(steps.parse-changelog.outputs.result) }}"
30+
echo "parse-changelog: ${{ fromJson(steps.parse-changelog.outputs.result)[0].name }}"
3131
exit 1
3232
3333
- name: Extract latest version from CHANGELOG.md

0 commit comments

Comments
 (0)