From 7f330836fb941563c6d857ac69060f1f5f6ca819 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Sat, 2 Dec 2023 03:40:38 +0000 Subject: [PATCH] changed if condition on updating docs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf75eeac221..fcf630345ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: update-docs: name: Update docs needs: [release-please, update-lockfile] - if: ${{ needs.release-please.outputs.release-pr }} + if: ${{ needs.release-please.outputs.tag-name }} runs-on: ubuntu-latest steps: - name: Checkout release branch