File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,11 @@ jobs:
31
31
default_bump : patch
32
32
github_token : ${{ secrets.GITHUB_TOKEN }}
33
33
34
- - name : " Changelog: Create full changelog for commit"
35
- uses : nuuday/github-changelog-action@master
36
- with :
37
- next_version : ${{ steps.version.outputs.new_version }}
38
-
39
34
- name : " Git: Commit changed files and tag release"
40
35
run : |
41
- git add CHANGELOG.md
42
- git commit -m"Changelog updated" CHANGELOG.md
43
36
git tag -m"$Tagged new version: ${{ steps.version.outputs.new_version }}" -fa ${{ steps.version.outputs.new_tag }}
44
37
git push --tags
45
38
46
- - name : " Changelog: Create changelog for release"
47
- uses : nuuday/github-changelog-action@master
48
- id : changelog
49
- with :
50
- filename : null
51
- tag : ${{ steps.version.outputs.new_tag }}
52
-
53
39
- name : " Github: Create release"
54
40
uses : actions/create-release@v1
55
41
id : release
You can’t perform that action at this time.
0 commit comments