From c6c5667cdd4493681269e7d4f93a1f3d42748154 Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:38:14 +0100 Subject: [PATCH] Fix/staging release install and versioning (#2621) --- .changeset/config.json | 5 ++++- .github/workflows/staging-release.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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