File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -37,28 +37,18 @@ jobs:
37
37
echo "VERSION_CHANGED=true" >> "$GITHUB_ENV"
38
38
fi
39
39
40
-
41
40
- name : Create tag
42
41
uses : rickstaa/action-create-tag@v1
43
42
if : env.VERSION_CHANGED == 'true'
44
43
with :
45
44
tag : " v${{ steps.extract_version.outputs.version }}"
46
45
47
- - name : Make changelog
48
- if : env.VERSION_CHANGED == 'true'
49
- id : create_changelog
50
- uses : mikepenz/release-changelog-builder-action@v3
51
- env :
52
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
- with :
54
- toTag : ' v${{ steps.extract_version.outputs.version }}'
55
-
56
46
- name : Create release
57
47
if : env.VERSION_CHANGED == 'true'
58
48
uses : softprops/action-gh-release@v1
59
49
with :
60
50
tag_name : ' v${{ steps.extract_version.outputs.version }}'
61
- body : ${{steps.create_changelog.outputs.changelog}}
51
+ generate_release_notes : 1
62
52
env :
63
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
54
You can’t perform that action at this time.
0 commit comments