Skip to content

Commit

Permalink
chore: configure release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Mar 4, 2024
1 parent f3cb1f7 commit 7c589a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

release:
needs: release-please
if: ${{ needs.release-please.outputs.releases_created }}
if: ${{ needs.release-please.outputs.releases_created !== "false" }}
runs-on: ubuntu-latest
env:
VERSION: ${{ needs.release-please.outputs.version }}
Expand Down

0 comments on commit 7c589a3

Please sign in to comment.