diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9ebc1b..4266953 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,9 +11,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: + always-auth: true node-version: 16 cache: 'yarn' - always-auth: true + registry-url: 'https://registry.npmjs.org/' - name: Install dependencies run: yarn install --frozen-lockfile - name: Get the release tag version