mirror of
https://github.com/SomboChea/ui
synced 2026-01-20 18:15:51 +07:00
chore: update registry domain
This commit is contained in:
committed by
GitHub
parent
cc30d0b249
commit
13d999369d
3
.github/main.workflow
vendored
3
.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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user