From a13ab87ccd41abd273899a9704f401b2984891fa Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 31 Aug 2024 18:10:12 +0200 Subject: [PATCH] Try a different way to set publish registry Signed-off-by: David Mehren --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b56e08..b996377 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - registry-url: 'https://npm.pkg.github.com' - name: Enable corepack run: corepack enable shell: bash @@ -22,3 +21,4 @@ jobs: - run: yarn npm publish env: YARN_NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + YARN_NPM_REGISTRY_SERVER: 'https://npm.pkg.github.com'