- commit recompiled dist
This commit is contained in:
+1
-1
@@ -966,7 +966,7 @@ class Tags {
|
|||||||
const gitHelper = yield gitHelper_1.createCommandManager(repositoryPath);
|
const gitHelper = yield gitHelper_1.createCommandManager(repositoryPath);
|
||||||
const initialCommit = yield gitHelper.initialCommit();
|
const initialCommit = yield gitHelper.initialCommit();
|
||||||
core.info(`🔖 Resolved initial commit (${initialCommit}) from 'git rev-list --max-parents=0 HEAD'`);
|
core.info(`🔖 Resolved initial commit (${initialCommit}) from 'git rev-list --max-parents=0 HEAD'`);
|
||||||
return { name: 'initial', commit: initialCommit };
|
return { name: initialCommit, commit: initialCommit };
|
||||||
}
|
}
|
||||||
return tags[0];
|
return tags[0];
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user