We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fab613 commit 15195aaCopy full SHA for 15195aa
lib/release/release.js
@@ -57,7 +57,7 @@ class StencilRelease {
57
name: remote.name,
58
url,
59
owner: match ? match[1] : null,
60
- repo: match ? match[2] : null,
+ repo: match ? match[2].replace('.git', '') : null,
61
};
62
});
63
const dirty =
0 commit comments