File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
63
63
# Update changelog unreleased section with new version
64
64
- name : Update changelog
65
- uses : superfaceai/release-changelog-action@v1
65
+ uses : superfaceai/release-changelog-action@v2
66
66
with :
67
67
path-to-changelog : CHANGELOG.md
68
68
version : ${{ env.NEW_VERSION }}
@@ -92,15 +92,15 @@ jobs:
92
92
# Read version changelog
93
93
- id : get-changelog
94
94
name : Get version changelog
95
- uses : superfaceai/release-changelog-action@v1
95
+ uses : superfaceai/release-changelog-action@v2
96
96
with :
97
97
path-to-changelog : CHANGELOG.md
98
98
version : ${{ env.NEW_VERSION }}
99
99
operation : read
100
100
101
101
# Update GitHub release with changelog
102
102
- name : Update GitHub release documentation
103
- uses : softprops/action-gh-release@v1
103
+ uses : softprops/action-gh-release@v2
104
104
with :
105
105
tag_name : ${{ env.NEW_VERSION }}
106
106
body : ${{ steps.get-changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments