Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Dec 22, 2023
1 parent 2cf1eba commit f2865ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ jobs:
needs: release
name: Publish Gems
runs-on: ubuntu-latest
if: ${{ needs.release.outputs.releases_created }}
if: ${{ needs.release.outputs.paths_released != '[]'}}

strategy:
fail-fast: false
max-parallel: 1
matrix:
path: ${{ fromJson(needs.release.outputs.paths_released) }}
if: ${{ needs.release.outputs.releases_created }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit f2865ae

Please sign in to comment.