We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d557006 commit cd19347Copy full SHA for cd19347
packages/cli/scripts/rename-tarballs.mjs
@@ -12,7 +12,6 @@ async function main() {
12
// in order to simplify the tarball names for easier installation,
13
// we remove the version and commit from the name since they'll be
14
// uploaded to the GH release notes assets anyway
15
- // const [graph, _version, _commit, ...target] = path.basename(tarball).split('-');
16
const [graph, _version, _commit, ...target] = tarball.split('-');
17
console.log(`Found ${tarball}`);
18
if (target.length) {
0 commit comments