Skip to content

Commit

Permalink
wip(cicd): Add a debug step to output release-please values (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Oudjat authored Sep 25, 2024
1 parent daf2fce commit 20355e9
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 @@ -63,10 +63,12 @@ jobs:
extra-files: |
lengow.php
README.md
- name: Debug outputs
run: echo "${{ toJson(steps.release-please.outputs.pr) }}"
- name: Checkout appropriate branch
uses: actions/checkout@v4
with:
fetch-depts: 0
fetch-depth: 0
ref: ${{ steps.release-please.outputs.pr.headBranchName }}
- name: Generate MD5 Hashes
run: php tools/checkmd5.php
Expand Down

0 comments on commit 20355e9

Please sign in to comment.