From e41807d602c8cd080336aab18b10a92c2ecee884 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Tue, 22 Mar 2022 10:30:20 +0100 Subject: [PATCH] chore: workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05435b1..4ee0e36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v} - name: Get Changelog Entry id: changelog_reader - uses: mindsers/changelog-reader-action@v2 + uses: Akylas/changelog-reader-action@v2 with: validation_depth: 0 version: ${{ steps.tag_name.outputs.current_version }}