feat(provider): add location provider

This commit is contained in:
Zamphi
2023-02-08 17:50:21 -03:00
parent 652d0ef2c3
commit c0ece6feb2
33 changed files with 1422 additions and 1737 deletions

View File

@@ -39,8 +39,7 @@ const main = async () => {
const githubToken = GITHUB_TOKEN ? GITHUB_TOKEN.split('=').at(1) : null
const pkgNumber = PKG_ARG ? PKG_ARG.split('=').at(1) : null
if (pkgNumber)
await githubGithubRelease(`v${pkgNumber}`, pkgNumber, githubToken)
if (pkgNumber) await githubGithubRelease(`v${pkgNumber}`, pkgNumber, githubToken)
}
}