diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2030e6d4d..99c4ba621 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,8 @@ jobs: manifest-file: ts-sdk/${{ matrix.package }}/package.json - name: Setup npm run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} + - name: Setup yarn + run: yarn config set enableHardenedMode false - name: Install dependencies run: yarn install - name: Build package diff --git a/.yarnrc.yml b/.yarnrc.yml index 45aeae783..65a1348af 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,4 +1,3 @@ nodeLinker: node-modules yarnPath: .yarn/releases/yarn-4.4.0.cjs changesetBaseRefs: ["HEAD"] -enableHardenedMode: false