Skip to content

Commit

Permalink
ci(github): release.yml verbose output.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Oct 20, 2023
1 parent df0e16d commit dd6556e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
--release.name='${{ inputs.name }}' \
--release.description='${{ inputs.description }}' \
--dump.version="$VERSION" \
--dump.changelog="$CHANGELOG"
--dump.changelog="$CHANGELOG" \
--verbose
echo "version=$(cat $VERSION)" >> $GITHUB_OUTPUT
cat "$CHANGELOG" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit dd6556e

Please sign in to comment.