Skip to content

Commit c7023f7

Browse files
authored
Update release.yml
1 parent 2bdfab6 commit c7023f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
future_release: ${{ steps.version.outputs.next-version }}
3535

36-
- name: Generate changelog for the release
37-
uses: charmixer/auto-changelog-action@v1
38-
with:
39-
token: ${{ secrets.GITHUB_TOKEN }}
40-
since_tag: ${{ steps.previoustag.outputs.tag }}
41-
future_release: ${{ steps.version.outputs.next-version }}
42-
output: CHANGELOGRELEASE.md
4336

4437
- name: update inspec.yml
4538
uses: mikefarah/yq@3.2.1
@@ -60,6 +53,7 @@ jobs:
6053
- name: Generate changelog for the release
6154
run: |
6255
sed '/## \[${{ steps.previoustag.outputs.tag }}\]/Q' CHANGELOG.md > CHANGELOGRELEASE.md
56+
6357
- name: Read CHANGELOG.md
6458
id: package
6559
uses: juliangruber/read-file-action@v1

0 commit comments

Comments
 (0)