Merge pull request #302 from vulongm/patch-1
Add "master" to list of tags
This commit is contained in:
commit
026bb01b81
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ async function getTags(repositoryName) {
|
|||
repo: repositoryName
|
||||
});
|
||||
|
||||
const tags = [];
|
||||
const tags = ["master"];
|
||||
|
||||
// NOTE:
|
||||
// The versioning in our repos do not make sense so extra
|
||||
|
|
Loading…
Reference in a new issue