Move repository to GoReleaser org (#3)

This commit is contained in:
CrazyMax 2019-09-28 20:50:20 +02:00 committed by GitHub
parent be0c56834b
commit 7550dd0340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 59 additions and 85 deletions

View file

@ -58,7 +58,7 @@ function getFileName() {
}
function determineVersion(version) {
return __awaiter(this, void 0, void 0, function* () {
let rest = new restm.RestClient('ghaction-goreleaser', 'https://github.com', undefined, {
let rest = new restm.RestClient('goreleaser-action', 'https://github.com', undefined, {
headers: {
Accept: 'application/json'
}