Skip to content

Commit

Permalink
docs: CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed May 5, 2022
1 parent bcf76f4 commit d3d5642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
command: manifest

- name: Show output from Release-Please
# if: ${{ steps.release.outputs.releases_created }}
run: |
echo "All outputs : ${{ toJSON(steps.release.outputs) }}"
if: always()
env:
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
# echo "All outputs : ${{ toJSON(steps.release.outputs) }}"
# run: echo ${{ toJSON(steps.release.outputs) }}
run: echo "$RELEASE_PLEASE_OUTPUT"

- name: Show output from Release-Please
# if: ${{ steps.release.outputs.releases_created }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,3 @@ Autogenerate 1000
Comment Field Dim1 With "This is a field comment";
2021-07-06T09:44:55.725Z verbose: Closed session after retrieving script from app a3e0f5d2-000a-464f-998d-33d333b175d7 on host 192.168.100.109
```

0 comments on commit d3d5642

Please sign in to comment.