You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/open-pr.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,15 +180,15 @@ jobs:
180
180
let body = ''
181
181
try {
182
182
const name = process.env.PACKAGE_TO_UPGRADE
183
-
const version = `${name.match(/git-lfs/) ? 'v' : ''}${process.env.UPGRADE_TO_VERSION}`
183
+
const version = process.env.UPGRADE_TO_VERSION
184
184
185
185
if (name === 'mintty') body = `See https://github.com/mintty/mintty/releases/tag/${version} for details.`
186
186
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/${version} for details.`
187
187
else if (name === 'mingw-w64-pcre2') body = `See https://github.com/PCRE2Project/pcre2/blob/pcre2-${version}/ChangeLog for details.`
0 commit comments