diff --git a/.changeset/config.json b/.changeset/config.json index d5bef0f2f1..8ebd69baf0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,8 @@ "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "snapshot": { + "useCalculatedVersion": true + } } diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 8b91a0ca2a..f4f850d12b 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -43,7 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Dependencies - run: yarn + run: yarn install --no-immutable - name: Publish staging packages run: yarn release:staging