diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 60b9c25..3a38131 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -113,7 +113,7 @@ jobs: - name: Get CHANGELOG.md entry id: changelog_reader - uses: mindsers/changelog-reader-action@v1 + uses: mindsers/changelog-reader-action@v2 with: version: ${{ steps.tag_name.outputs.current_version }} path: ./CHANGELOG.md