1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-18 17:29:43 +07:00

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"
}
workflow "release" {
resolves = [
"github-release",
@ -81,7 +80,7 @@ action "release:publish" {
"REGISTRY_AUTH_TOKEN",
]
env = {
REGISTRY_URL = "registry.verdaccio.org"
REGISTRY_URL = "registry.npmjs.org"
}
}
@ -92,4 +91,4 @@ action "github-release" {
secrets = [
"GITHUB_TOKEN",
]
}
}