From 40c88f8827105de7cac9aae605175080032e38a9 Mon Sep 17 00:00:00 2001 From: Nils Kolvenbach Date: Thu, 1 Feb 2024 21:16:21 +0100 Subject: [PATCH] Overwrite HOME env --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3af04418..4531f0e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,4 +34,6 @@ jobs: commit: Release new version publish: yarn run release env: + # See https://github.com/changesets/action/issues/147 + HOME: ${{ github.workspace }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}