From 62595bd201913053fc389d9c350e766ef2004a78 Mon Sep 17 00:00:00 2001 From: Kerem Date: Mon, 20 May 2024 16:15:23 +0200 Subject: [PATCH 1/2] add registry url to js-release --- .github/workflows/js-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/js-release.yml b/.github/workflows/js-release.yml index 4393d0f6..dc32c01a 100644 --- a/.github/workflows/js-release.yml +++ b/.github/workflows/js-release.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18.x + registry-url: https://registry.npmjs.org - name: Setup Git if: ${{ steps.prep.outputs.tag_name == '' }} run: | From 8e4c20bed2db19e2f43f793a98f520469b08905e Mon Sep 17 00:00:00 2001 From: Kerem Date: Mon, 20 May 2024 16:19:09 +0200 Subject: [PATCH 2/2] change changeset access to public --- visual-js/.changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual-js/.changeset/config.json b/visual-js/.changeset/config.json index 83d41b46..fbbbfb9d 100644 --- a/visual-js/.changeset/config.json +++ b/visual-js/.changeset/config.json @@ -4,7 +4,7 @@ "commit": true, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [],