-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(master): release 4.1.1 * chore: update version to .. [skip ci] * chore: add job summary for debugging * chore: set correct version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: subzero10 <[email protected]> Co-authored-by: Pangratios Cosma <[email protected]>
- Loading branch information
1 parent
6064a21
commit 2074b1b
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,13 @@ jobs: | |
if: ${{ steps.release.outputs.prs_created == 'true' }} | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ fromJSON(steps.release.outputs.pr).headBranchName }} | ||
ref: ${{ fromJSON(steps.release.outputs.pr).headBranchName }} | ||
|
||
- name: Job Summary | ||
if: ${{ steps.release.outputs.prs_created == 'true' }} | ||
run: | | ||
echo "Release PR created with the following outputs:" >> $GITHUB_STEP_SUMMARY | ||
echo "${{ toJSON(steps.release.outputs) }}" >> $GITHUB_STEP_SUMMARY | ||
- name: Update version in HoneybadgerLaravel.php | ||
if: ${{ steps.release.outputs.prs_created == 'true' }} | ||
|
@@ -34,7 +40,7 @@ jobs: | |
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
if: ${{ steps.release.outputs.prs_created == 'true' }} | ||
with: | ||
create_branch: false | ||
commit_message: "chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} [skip ci]" | ||
commit_user_name: "honeybadger-robot" | ||
commit_user_email: "[email protected]" | ||
create_branch: false | ||
commit_message: "chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} [skip ci]" | ||
commit_user_name: "honeybadger-robot" | ||
commit_user_email: "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters