Skip to content

Commit

Permalink
chore: debug output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent da9840b commit d4a0d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- uses: actions/checkout@v4
- uses: googleapis/release-please-action@v4
id: release
- run: echo "${{toJSON(steps.release.outputs.version)}}"
- run: echo "${{toJSON(steps.release.outputs.release_created)}}"
- run: echo "${{toJSON(steps.release.outputs.tag_name)}}"

release-container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4a0d49

Please sign in to comment.