File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v2
1313
1414 - name : conventional Changelog Action
1515 id : changelog
16- uses : TriPSs/conventional-changelog-action@v3
16+ uses : TriPSs/conventional-changelog-action@v3.7.1
1717 with :
18- github-token : ${{ secrets.PA_TOKEN}}
19- version-file : ' ./package.json,./package-lock .json'
18+ github-token : ${{ secrets.PA_TOKEN }}
19+ version-file : ' ./releases .json'
2020
2121 - name : create release
2222 uses : actions/create-release@v1
2626 with :
2727 tag_name : ${{ steps.changelog.outputs.tag }}
2828 release_name : ${{ steps.changelog.outputs.tag }}
29- body : ${{ steps.changelog.outputs.clean_changelog }}
29+ body : ${{ steps.changelog.outputs.clean_changelog }}
You can’t perform that action at this time.
0 commit comments