Skip to content

Commit f7ab2fa

Browse files
committed
chore: update .github/workflows/ci.marster.yml
1 parent 41bd450 commit f7ab2fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.marster.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
- name: Generate Changelog
3434
id: changelog
35-
uses: jaywcjlove/[email protected].3
35+
uses: jaywcjlove/[email protected].6
3636
if: steps.create_tag.outputs.successful
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
head-ref: ${{ steps.create_tag.outputs.version }}
40-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
40+
filter-author: (小弟调调™|Renovate Bot)
4141
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4242

4343
- name: Create Release
@@ -50,14 +50,14 @@ jobs:
5050
body: |
5151
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
5252
53-
```bash
54-
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
55-
```
56-
5753
${{ steps.changelog.outputs.compareurl }}
5854
5955
${{ steps.changelog.outputs.changelog }}
6056
57+
```bash
58+
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
59+
```
60+
6161
- name: Deploy
6262
uses: peaceiris/actions-gh-pages@v3
6363
with:

0 commit comments

Comments
 (0)