Skip to content

Commit c4af71e

Browse files
committed
ci: log info
1 parent 8fad656 commit c4af71e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
release-type: java
2323
config-file: release-please-config.json
2424
manifest-file: .release-please-manifest.json
25+
- name: Log output
26+
run: |
27+
echo "${{ toJSON(steps.release.outputs) }}"
2528
2629
build:
2730
needs: release

0 commit comments

Comments
 (0)