From e0cea924c4b57e79f36f93376b31d42ea3a6a1a2 Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Fri, 14 Apr 2023 09:32:53 -0400 Subject: [PATCH] yarn install in release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8a0175ea..049a54633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' + - run: yarn install --immutable --immutable-cache --check-cache - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file