We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aad1e commit d931490Copy full SHA for d931490
.github/workflows/publish.yml
@@ -86,6 +86,7 @@ jobs:
86
MESSAGE_LINE=$(echo $CRATES | jq -r 'to_entries[] | "Crate updated: \(.value.name) v\(.value.version)"')
87
MESSAGE="${{ steps.counter.outputs.value > 1 && '${MESSAGE_LIST}' || ' ${MESSAGE_LINE}' }}"
88
echo "value=${MESSAGE?}" >> "$GITHUB_OUTPUT"
89
+ echo 'EOF' >> $GITHUB_OUTPUT
90
91
outputs:
92
published: ${{ steps.publisher.outputs.published }}
0 commit comments