Skip to content

Commit a123a33

Browse files
Update github action
1 parent 0fd6bde commit a123a33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414
uses: actions/checkout@v2
1515
- name: Generate
1616
uses: tj-actions/[email protected]
17+
- name: Move change logs
18+
run: cp /github/workspace/CHANGELOG.md ./CHANGELOG.md
1719
- name: Commit change-logs
1820
run: |
1921
git config --local user.email "github-actions[bot]@users.noreply.github.com"
2022
git config --local user.name "github-actions[bot]"
23+
git add CHANGELOG.md
2124
git commit -m "Generate change logs" -a
2225
- name: Push change-logs
2326
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)