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