From be0452644b8b82090f796ac0260fd6c8be78cd39 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sun, 23 Jan 2022 14:51:51 +0100 Subject: [PATCH] update worklows --- .github/workflows/build-release-binaries.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 3d05661..a6b61d4 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -83,14 +83,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: