From 7a2a3d33b0c8b2a793b78b5aa3410dc8c750fe72 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Sat, 21 Oct 2023 00:15:26 +0100 Subject: [PATCH] fix(ci): docker-build uses outputs from release-please correctly now --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d55ec5895c6..77ea52058c2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }}