Skip to content

Commit

Permalink
ci: Use correct job names
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 14, 2024
1 parent c7c5f0f commit 6566ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
paths_released: ${{ steps.release.outputs.paths_released }}

publish-release:
needs: process-release
needs: prepare-release
name: Publish Gems
runs-on: ubuntu-latest
if: ${{ needs.release.outputs.paths_released != '[]'}}
Expand Down

0 comments on commit 6566ad2

Please sign in to comment.