From 0863d08112d1aa5c0617fc382bf9286af7bd1a21 Mon Sep 17 00:00:00 2001 From: anicke <9333839+anicke@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:18:04 +0100 Subject: [PATCH] chore: update ci --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97c248b..c918a72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,6 @@ jobs: - name: Install Dependencies run: yarn install - - name: Setup npm authentication - run: | - echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1