Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Dec 22, 2023
2 parents 73350e8 + f2865ae commit b9a46c0
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 @@ -27,7 +27,7 @@ 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
Expand Down

0 comments on commit b9a46c0

Please sign in to comment.