Skip to content

Commit

Permalink
fix: release-please.yaml create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent 480c21a commit b2d119f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:

- uses: googleapis/release-please-action@v4
id: release
with:
skip-github-pull-request: true


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

# Docker build
- name: Set up Docker Buildx
Expand Down

0 comments on commit b2d119f

Please sign in to comment.