From da4a4769b131d7752d810057a91d3214fea72ad3 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Mon, 23 Sep 2024 18:34:35 +0300 Subject: [PATCH] maybe this helps --- .changeset/config.json | 2 +- .github/workflows/publish.yml | 6 ++++++ .npmrc | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index ee5c2c91..281bceb8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["docs", "examples"] } diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94ba5013..7d5af147 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: permissions: contents: write id-token: write + pull-requests: write steps: - uses: actions/checkout@v4 @@ -39,6 +40,11 @@ jobs: - name: Build Packages run: pnpm -r build + - name: Fix npmrc + run: npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN" + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1 diff --git a/.npmrc b/.npmrc index fa4e0952..ca6dc53a 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -strict-peer-dependencies=false \ No newline at end of file +strict-peer-dependencies=false +link-workspace-packages=deep +provenance=true \ No newline at end of file