File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169
169
const version = process.env.UPGRADE_TO_VERSION
170
170
171
171
if (name === 'mintty') body = `See https://github.com/mintty/mintty/releases/tag/${version} for details.`
172
- else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/${version} for details.`
172
+ else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/v ${version} for details.`
173
173
else if (name === 'mingw-w64-pcre2') body = `See https://github.com/PCRE2Project/pcre2/blob/pcre2-${version}/ChangeLog for details.`
174
174
175
175
const terms = 'type:issue repo:git-for-windows/git state:open author:app/github-actions label:component-update'
You can’t perform that action at this time.
0 commit comments