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