From 17a7ee6f3ac888c1404a95a9f54899048389cae6 Mon Sep 17 00:00:00 2001 From: Max Z <47531779+MrChocolatine@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:26:03 +0100 Subject: [PATCH] refactor: prefix the link to compare tags (#162) --- .github/workflows/tag-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release-publish.yml b/.github/workflows/tag-release-publish.yml index aae490be..cd105997 100644 --- a/.github/workflows/tag-release-publish.yml +++ b/.github/workflows/tag-release-publish.yml @@ -40,7 +40,7 @@ jobs: REPO_URL: '${{ github.server_url }}/${{ github.repository }}' TAGS_DIFF: 'v${{ needs.create-git-tag.outputs.old-version }}...v${{ needs.create-git-tag.outputs.new-version }}' with: - body: '${{ env.REPO_URL }}/compare/${{ env.TAGS_DIFF }}' + body: 'Changelog: ${{ env.REPO_URL }}/compare/${{ env.TAGS_DIFF }}' name: Release ${{ needs.create-git-tag.outputs.new-tag }} tag: ${{ needs.create-git-tag.outputs.new-tag }}