Skip to content

Commit 5f00373

Browse files
authoredMar 26, 2021
ci: removed broken changelog steps
1 parent 0940836 commit 5f00373

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎.github/workflows/tag.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,11 @@ jobs:
3131
default_bump: patch
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333

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-
3934
- name: "Git: Commit changed files and tag release"
4035
run: |
41-
git add CHANGELOG.md
42-
git commit -m"Changelog updated" CHANGELOG.md
4336
git tag -m"$Tagged new version: ${{ steps.version.outputs.new_version }}" -fa ${{ steps.version.outputs.new_tag }}
4437
git push --tags
4538
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-
5339
- name: "Github: Create release"
5440
uses: actions/create-release@v1
5541
id: release

0 commit comments

Comments
 (0)
Please sign in to comment.