File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
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
13+
1314 - name : conventional Changelog Action
1415 id : changelog
15- uses : TriPSs/conventional-changelog-action@v3
16+ uses : TriPSs/conventional-changelog-action@v3.7.1
1617 with :
17- github-token : ${{ secrets.ACCESS_TOKEN }}
18+ github-token : ${{ secrets.github_token}}
19+ version-file : ' ./releases.json'
1820
1921 - name : create release
2022 uses : actions/create-release@v1
2123 if : ${{ steps.changelog.outputs.skipped == 'false' }}
2224 env :
23- GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
25+ GITHUB_TOKEN : ${{ secrets.github_token }}
2426 with :
2527 tag_name : ${{ steps.changelog.outputs.tag }}
2628 release_name : ${{ steps.changelog.outputs.tag }}
You can’t perform that action at this time.
0 commit comments