Skip to content

Commit 1eb607e

Browse files
committed
chore: update workflows config.
1 parent 6f69ad1 commit 1eb607e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.marster.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,20 @@ jobs:
4242

4343
- name: get tag version
4444
id: tag_version
45-
uses: jaywcjlove/[email protected].0
45+
uses: jaywcjlove/[email protected].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/[email protected].0
58+
uses: jaywcjlove/[email protected].3
5759
if: steps.create_tag.outputs.successful
5860
with:
5961
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)