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