chore: update registry domain

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-14 00:25:45 +02:00 committed by GitHub
parent cc30d0b249
commit 13d999369d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ action "test" {
args = "yarn run test" args = "yarn run test"
} }
workflow "release" { workflow "release" {
resolves = [ resolves = [
"github-release", "github-release",
@ -81,7 +80,7 @@ action "release:publish" {
"REGISTRY_AUTH_TOKEN", "REGISTRY_AUTH_TOKEN",
] ]
env = { env = {
REGISTRY_URL = "registry.verdaccio.org" REGISTRY_URL = "registry.npmjs.org"
} }
} }
@ -92,4 +91,4 @@ action "github-release" {
secrets = [ secrets = [
"GITHUB_TOKEN", "GITHUB_TOKEN",
] ]
} }