diff --git a/.github/workflows/create-release-on-branch-changes.yml b/.github/workflows/create-release-on-branch-changes.yml index b2201b0634..31201a957f 100644 --- a/.github/workflows/create-release-on-branch-changes.yml +++ b/.github/workflows/create-release-on-branch-changes.yml @@ -45,7 +45,10 @@ jobs: cache: 'yarn' registry-url: 'https://npm.pkg.github.com' - - run: yarn install --frozen-lockfile + - name: Install dependencies + run: | + yarn config set registry https://npm.pkg.github.com + yarn install --frozen-lockfile - name: Build artifacts run: yarn build