File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments