Skip to content

Commit

Permalink
ci: fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 14, 2024
1 parent d250232 commit c7c5f0f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '[]'}}
Expand Down

0 comments on commit c7c5f0f

Please sign in to comment.