Skip to content

Commit

Permalink
wip: Add a print of release please outputs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Oudjat authored Sep 25, 2024
1 parent 11ff182 commit 550b9c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
lengow.php
README.md
- name: Debug outputs
run: echo ${{ steps.release-please.outputs.pr }}
env:
RP_OUT: ${{ toJson(steps.release-please.outputs) }}
run: echo "${{ env.RP_OUT }}"
- name: Checkout appropriate branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 550b9c5

Please sign in to comment.