From 49f5b8d150fdb8e304405f5e4811e0cd2d91d79a Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Wed, 16 Oct 2019 03:42:37 +0200 Subject: [PATCH] testing --- .github/workflows/release-preview-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-preview-publish.yml b/.github/workflows/release-preview-publish.yml index 5693890d7..73c38fd6d 100644 --- a/.github/workflows/release-preview-publish.yml +++ b/.github/workflows/release-preview-publish.yml @@ -37,5 +37,6 @@ jobs: npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN npm set registry https://npm.pkg.github.com/knsv json -I -f package.json -e 'this.name="@knsv/mermaid"' # Package name needs to be set to a scoped one because GitHub registry requires this + json -I -f package.json -e 'this.repository="git://github.com/knsv/mermaid"' # Repo url needs to have a specific format too npm publish