Skip to content

Commit d931490

Browse files
committed
CI: fix publish workflow: missed eof
1 parent c5aad1e commit d931490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
MESSAGE_LINE=$(echo $CRATES | jq -r 'to_entries[] | "Crate updated: \(.value.name) v\(.value.version)"')
8787
MESSAGE="${{ steps.counter.outputs.value > 1 && '${MESSAGE_LIST}' || ' ${MESSAGE_LINE}' }}"
8888
echo "value=${MESSAGE?}" >> "$GITHUB_OUTPUT"
89+
echo 'EOF' >> $GITHUB_OUTPUT
8990
9091
outputs:
9192
published: ${{ steps.publisher.outputs.published }}

0 commit comments

Comments
 (0)