From bd4691c421a90688a688a46489c6143baa2b3ccd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 9 Feb 2023 17:28:37 +0530 Subject: [PATCH] chore(ci): fork `keep-a-changelog-new-release` action It hasn't seen any updates in years --- .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 ef4f27fc..3c1f999b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: echo VERSION="${VERSION}" >> $GITHUB_ENV - name: Update changelog - uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae # 1.3.0 + uses: msfjarvis/keep-a-changelog-new-release@ce8769801992253adb0209055c236a0cd192500b # 2.0.0 with: tag: v${{ env.VERSION }} version: ${{ env.VERSION }}