fix: unshallow repository with credentials

This commit is contained in:
Anshuk Kumar
2018-05-01 09:47:15 -04:00
committed by Pierre Vanduynslager
parent c02b5cac6b
commit 45d7e6f25f
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ async function run(options, plugins) {
await plugins.verifyConditions({options, logger}, {settleAll: true});
// Unshallow the repo in order to get all the tags
await unshallow();
await unshallow(options.repositoryUrl);
const lastRelease = await getLastRelease(options.tagFormat, logger);
const commits = await getCommits(lastRelease.gitHead, options.branch, logger);