Skip to content

Commit

Permalink
CI: fix publish workflow: missed eof
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 4, 2024
1 parent c5aad1e commit d931490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
MESSAGE_LINE=$(echo $CRATES | jq -r 'to_entries[] | "Crate updated: \(.value.name) v\(.value.version)"')
MESSAGE="${{ steps.counter.outputs.value > 1 && '${MESSAGE_LIST}' || ' ${MESSAGE_LINE}' }}"
echo "value=${MESSAGE?}" >> "$GITHUB_OUTPUT"
echo 'EOF' >> $GITHUB_OUTPUT
outputs:
published: ${{ steps.publisher.outputs.published }}
Expand Down

0 comments on commit d931490

Please sign in to comment.