Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 13d9993

Browse files
authored
chore: update registry domain
1 parent cc30d0b commit 13d9993

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/main.workflow

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ action "test" {
3535
args = "yarn run test"
3636
}
3737

38-
3938
workflow "release" {
4039
resolves = [
4140
"github-release",
@@ -81,7 +80,7 @@ action "release:publish" {
8180
"REGISTRY_AUTH_TOKEN",
8281
]
8382
env = {
84-
REGISTRY_URL = "registry.verdaccio.org"
83+
REGISTRY_URL = "registry.npmjs.org"
8584
}
8685
}
8786

@@ -92,4 +91,4 @@ action "github-release" {
9291
secrets = [
9392
"GITHUB_TOKEN",
9493
]
95-
}
94+
}

0 commit comments

Comments
 (0)