Skip to content

Commit 6a4f1a1

Browse files
committed
chore: read version from pr title
1 parent 9a30719 commit 6a4f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Update version in HoneybadgerLaravel.php
3232
if: ${{ steps.release.outputs.prs_created == 'true' }}
33-
run: php scripts/SyncSourceCodeWithPackageVersion.php "${{ fromJSON(steps.release.outputs.pr).title" }}
33+
run: php scripts/SyncSourceCodeWithPackageVersion.php "${{ fromJSON(steps.release.outputs.pr).title }}"
3434

3535
- uses: stefanzweifel/git-auto-commit-action@v5
3636
if: ${{ steps.release.outputs.prs_created == 'true' }}

0 commit comments

Comments
 (0)