From 3e0544279cccf1f2e15bd018953fb1a76c789231 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 9 Dec 2022 21:18:20 +0530 Subject: [PATCH] fix(release): ensure changelog links are valid --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d9745c2..74699b66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,8 @@ jobs: - name: Update changelog uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae # 1.3.0 with: - tag: ${{ env.VERSION }} + tag: v${{ env.VERSION }} + version: ${{ env.VERSION }} - name: Commit changes shell: bash