Skip to content

Commit

Permalink
fix(ci): docker-build uses outputs from release-please correctly now
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Oct 20, 2023
1 parent 27cc446 commit 7a2a3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print tag if it was a release
if: ${{ steps.release-please.outputs.release_created }}
run: |
echo ${{ steps.release-please.outputs.tag_name }}
echo ${{ needs.release-please.outputs.tag_name }}

0 comments on commit 7a2a3d3

Please sign in to comment.