Merge pull request #302 from vulongm/patch-1

Add "master" to list of tags
This commit is contained in:
Thomas Zarebczan 2019-10-26 09:25:53 -04:00 committed by GitHub
commit 026bb01b81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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