From c7c5f0f97ba2628623d716cc29b68d805c7a5a59 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Sun, 14 Jan 2024 10:33:11 -0600 Subject: [PATCH] ci: fix job names --- .github/workflows/release-please.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 7df2ab098..f148a392f 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -12,18 +12,17 @@ permissions: pull-requests: write jobs: - release-please: + prepare-release: name: Process Release runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v4.0.2 - id: release outputs: paths_released: ${{ steps.release.outputs.paths_released }} - publish: - needs: release + publish-release: + needs: process-release name: Publish Gems runs-on: ubuntu-latest if: ${{ needs.release.outputs.paths_released != '[]'}}