diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85699f95..2a976fd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,15 +17,14 @@ jobs: with: fetch-depth: 0 - - uses: actions/checkout@v4 - - name: Install Node.js uses: actions/setup-node@v4 with: node-version: 18.x - cache: "yarn" + cache: yarn + registry-url: "https://registry.npmjs.org" - - name: Build monorepo + - name: Install dependencies run: yarn - run: yarn version:release