Skip to content

Commit 1de0cd5

Browse files
authored
doc: Update ci.yml
1 parent 0f5c726 commit 1de0cd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222

2323
- name: Create Tag
2424
id: create_tag
25-
uses: jaywcjlove/create-tag-action@v1.2.0
25+
uses: jaywcjlove/create-tag-action@v1.2.1
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
package-path: ./package.json
2929

3030
- name: Generate Changelog
3131
id: changelog
32-
uses: jaywcjlove/changelog-generator@v1.4.3
32+
uses: jaywcjlove/changelog-generator@v1.4.6
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
head-ref: ${{steps.create_tag.outputs.version}}
36-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
36+
filter-author: (小弟调调™|Renovate Bot)
3737
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
3838

3939
- name: Deploy
@@ -61,4 +61,4 @@ jobs:
6161
${{ steps.changelog.outputs.changelog }}
6262
6363
- run: npm install @jsdevtools/npm-publish -g
64-
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
64+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json

0 commit comments

Comments
 (0)