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