From 66d93f3c7abef03253c9e9b296df128af7612b87 Mon Sep 17 00:00:00 2001 From: Franco Date: Sat, 22 Jun 2024 04:03:55 +0300 Subject: [PATCH] fix --- .github/workflows/release.yml | 3 +-- .npmrc | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10f3c2d..9c16844 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: 18 - registry-url: https://registry.npmjs.org/ - name: Install Dependencies run: yarn --frozen-lockfile - name: build @@ -44,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} timeout-minutes: 10 permissions: contents: write diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..5660f81 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/ \ No newline at end of file