Skip to content

Commit 886ba77

Browse files
authoredMar 23, 2022
Update update-changelog.yml
1 parent 43dac79 commit 886ba77

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed
 

‎.github/workflows/update-changelog.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,4 @@ on:
66

77
jobs:
88
update:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v2
14-
with:
15-
ref: ${{ github.ref_name }}
16-
17-
- name: Update Changelog
18-
uses: stefanzweifel/changelog-updater-action@v1
19-
with:
20-
latest-version: ${{ github.event.release.tag_name }}
21-
release-notes: ${{ github.event.release.body }}
22-
compare-url-target-revision: ${{ github.event.release.target_commitish }}
23-
24-
- name: Commit updated CHANGELOG
25-
uses: stefanzweifel/git-auto-commit-action@v4
26-
with:
27-
branch: ${{ github.event.release.target_commitish }}
28-
commit_message: Update CHANGELOG.md
29-
file_pattern: CHANGELOG.md
9+
uses: laravel/.github/.github/workflows/update-changelog.yml@main

0 commit comments

Comments
 (0)