From 6fad8c8603b6e4073eba31c9bc25196fa78fb14a Mon Sep 17 00:00:00 2001 From: Dmitry Til Date: Sun, 25 Sep 2022 15:29:39 +0200 Subject: [PATCH] changeset config update --- .changeset/config.json | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 709cfb4c9..409fa5f4b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": "@changesets/cli/changelog", "commit": false, "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch" } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 085e6e62c..214f35ce0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: yarn install && git checkout yarn.lock - name: Create Release Pull Request or Publish to NPM id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: publish: yarn release commit: 'chore(release): update monorepo packages versions'