We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad656 commit c4af71eCopy full SHA for c4af71e
1 file changed
.github/workflows/release-please.yml
@@ -22,6 +22,9 @@ jobs:
22
release-type: java
23
config-file: release-please-config.json
24
manifest-file: .release-please-manifest.json
25
+ - name: Log output
26
+ run: |
27
+ echo "${{ toJSON(steps.release.outputs) }}"
28
29
build:
30
needs: release
0 commit comments