Skip to content

Commit

Permalink
refactor: prefix the link to compare tags (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine authored Oct 27, 2021
1 parent 2eccff9 commit 17a7ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 17a7ee6

Please sign in to comment.