Skip to content

Commit

Permalink
feat: release-please.yaml output
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent 80a84fe commit 7044cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- run: echo "${{steps.release.outputs.release-created}}"
- run: echo "${{steps.release.outputs.release-created == 'true'}}"
- run: echo "${{steps.release.outputs.version }}"
- run: echo "${{toJSON(steps.release.outputs)}}"

# Docker build
- name: Set up Docker Buildx
Expand Down

0 comments on commit 7044cbc

Please sign in to comment.