Update release post tool tmp path (#36836)
This commit is contained in:
parent
fc0030eb4a
commit
81fdbe3125
|
@ -41,7 +41,7 @@ const program = new Command()
|
|||
|
||||
const tmpFile = join(
|
||||
tmpdir(),
|
||||
`contributors-${ currentVersion }.html`
|
||||
`contributors-${ currentVersion.replace( '/', '-' ) }.html`
|
||||
);
|
||||
|
||||
await writeFile( tmpFile, html );
|
||||
|
|
Loading…
Reference in New Issue