We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a30719 commit 6a4f1a1Copy full SHA for 6a4f1a1
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Update version in HoneybadgerLaravel.php
32
if: ${{ steps.release.outputs.prs_created == 'true' }}
33
- run: php scripts/SyncSourceCodeWithPackageVersion.php "${{ fromJSON(steps.release.outputs.pr).title" }}
+ run: php scripts/SyncSourceCodeWithPackageVersion.php "${{ fromJSON(steps.release.outputs.pr).title }}"
34
35
- uses: stefanzweifel/git-auto-commit-action@v5
36
0 commit comments