File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
64
64
# Update changelog unreleased section with new version
65
65
- name : Update changelog
66
- uses : superfaceai/release-changelog-action@v1
66
+ uses : superfaceai/release-changelog-action@v2
67
67
with :
68
68
path-to-changelog : CHANGELOG.md
69
69
version : ${{ env.NEW_VERSION }}
93
93
# Read version changelog
94
94
- id : get-changelog
95
95
name : Get version changelog
96
- uses : superfaceai/release-changelog-action@v1
96
+ uses : superfaceai/release-changelog-action@v2
97
97
with :
98
98
path-to-changelog : CHANGELOG.md
99
99
version : ${{ env.NEW_VERSION }}
@@ -107,4 +107,4 @@ jobs:
107
107
body : ${{ steps.get-changelog.outputs.changelog }}
108
108
prerelease : ${{ startsWith(github.event.inputs.release-type, 'pre') }}
109
109
env :
110
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments