Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Removed change log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jan 20, 2022
1 parent 3943440 commit 23cd2dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ jobs:
run: |
sha256sum docker-setup.sh >docker-setup.sh.sha256
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v1
with:
commitMode: true
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Create release
id: create_release
uses: ncipollo/release-action@v1
Expand All @@ -98,7 +91,7 @@ jobs:
name: "Version ${{ steps.get_version.outputs.version }}"
tag: v${{ steps.get_version.outputs.version }}
draft: false
body: "${{steps.github_release.outputs.changelog}}"
body: ""
prerelease: false
replacesArtifacts: true
artifacts: "docker-setup.sh,docker-setup.sh.sha256"

0 comments on commit 23cd2dd

Please sign in to comment.