Skip to content

Commit

Permalink
test: 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 44012a7 commit 80a84fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
skip-github-pull-request: true

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

# Docker build
- name: Set up Docker Buildx
if: ${{ steps.release.outputs.release_created == 'true' }}
Expand Down

0 comments on commit 80a84fe

Please sign in to comment.