Skip to content

Commit

Permalink
fix: release-plz.yml if syntax (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Nov 1, 2024
1 parent 2d439a2 commit 36820e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
release-plz-release:
name: Release-plz release
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, "chore: release")
if: "startsWith(github.event.head_commit.message, 'chore: release')"
outputs:
releases_created: ${{ steps.run-release-plz.outputs.releases_created }} # Expose this step output as a job output
steps:
Expand Down

0 comments on commit 36820e9

Please sign in to comment.