mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
chore: update registry domain
This commit is contained in:
parent
cc30d0b249
commit
13d999369d
5
.github/main.workflow
vendored
5
.github/main.workflow
vendored
@ -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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user