File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,20 @@ jobs:
4242
4343 - name : get tag version
4444 id : tag_version
45- uses : jaywcjlove/changelog-generator@v1.5.0
45+ uses : jaywcjlove/changelog-generator@v1.5.3
4646
4747 - name : Deploy
4848 uses : peaceiris/actions-gh-pages@v3
4949 with :
50+ user_name : ' github-actions[bot]'
51+ user_email : ' github-actions[bot]@users.noreply.github.com'
5052 commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
5153 github_token : ${{ secrets.GITHUB_TOKEN }}
5254 publish_dir : ./build
5355
5456 - name : Generate Changelog
5557 id : changelog
56- uses : jaywcjlove/changelog-generator@v1.5.0
58+ uses : jaywcjlove/changelog-generator@v1.5.3
5759 if : steps.create_tag.outputs.successful
5860 with :
5961 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments