From e67cb87da94bfb4f1ca5cbd24781422cfd72af2d Mon Sep 17 00:00:00 2001 From: GabrielMartinezRodriguez Date: Fri, 12 Apr 2024 12:21:36 +0200 Subject: [PATCH] chore: update action --- .github/workflows/publish.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7afa4e3..117af48 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,9 +12,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Configure npm - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - - name: Install dependencies run: yarn install --frozen-lockfile @@ -29,9 +26,7 @@ jobs: - name: Publish package run: | - cd packages/config - npm config set @stabilityprotocol:registry https://registry.npmjs.org/ + cd packages/config --registry=https://registry.npmjs.org/ npm publish - npm config set @stabilityprotocol:registry https://registry.npmjs.org/ cd ../../packages/provider - npm publish + npm publish --registry=https://registry.npmjs.org/