ci: delete changelog reader

This commit is contained in:
Oskar 2022-08-26 18:13:10 +02:00 committed by GitHub
parent f260a46d70
commit 4e9ecc007c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -118,14 +118,6 @@ jobs:
shell: bash
if: startsWith(github.ref, 'refs/tags/v')
- name: Get CHANGELOG.md entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v1
with:
version: ${{ steps.tag_name.outputs.current_version }}
path: ./CHANGELOG.md
if: startsWith(github.ref, 'refs/tags/v')
- name: Publish
uses: svenstaro/upload-release-action@v2
with:
@ -133,5 +125,4 @@ jobs:
file: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}
asset_name: cloud-$tag-${{ matrix.release_name }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
if: startsWith(github.ref, 'refs/tags/v')