Skip to content

Commit 38f69d7

Browse files
author
Christopher - Marcel Böddecker
committed
fix(templates): use correct NPM registry for package publish
1 parent 377799e commit 38f69d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/steps/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,5 @@ steps:
331331
env:
332332
GITHUB_TOKEN: $(GitHub.Token)
333333
NPM_TOKEN: $(Npm.Token)
334-
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com
334+
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/ExtendRealityLtd
335335
npm_config_access: public

0 commit comments

Comments
 (0)