Skip to content

Commit 28b5cd0

Browse files
Update release.yml
1 parent 0d922fb commit 28b5cd0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ jobs:
2525
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
2626
- name: build artifacts
2727
run: make package
28-
29-
- name: Create Changelog
30-
uses: saadmk11/changelog-ci@v1.1.2
31-
id: changelog_ci
32-
with:
33-
changelog_filename: CHANGELOG.md
34-
release_version: ${{ steps.version.outputs.version }}
35-
config_file: .github/changelogConfig.yml
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
28+
3829
- name: Extract Repo Attributes
3930
id: attrs
4031
uses: ibnesayeed/repo-attrs@master

0 commit comments

Comments
 (0)