From 3baefd0fcfaab350eab9948e6931715858ecea91 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 21 Jun 2025 19:47:16 -0700 Subject: [PATCH] fix(ci): remove unused id from step in publish (#9616) This isn't a valid name and can be removed anyway. Related: #9615 --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 49790e161..e80203d2c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -128,9 +128,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: token: ${{ secrets.RELEASE_PR_BOT_GITHUB_TOKEN }} - - - id: Create PR - if: ${{ startsWith(inputs.release_name || github.event.release.name, matrix.component) }} + - if: ${{ startsWith(inputs.release_name || github.event.release.name, matrix.component) }} run: | # Extract version from release name version=${{ inputs.release_name || github.event.release.name }}