Update release post tool tmp path (#36836)

This commit is contained in:
jonathansadowski 2023-03-07 09:13:15 -06:00 committed by GitHub
parent fc0030eb4a
commit 81fdbe3125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const program = new Command()
const tmpFile = join(
tmpdir(),
`contributors-${ currentVersion }.html`
`contributors-${ currentVersion.replace( '/', '-' ) }.html`
);
await writeFile( tmpFile, html );