From 1affe38eb99ca5254961ef44275ca784507f77ab Mon Sep 17 00:00:00 2001 From: Caleb German Date: Tue, 21 Jan 2025 15:59:00 -0600 Subject: [PATCH] Updated home --- .github/workflows/release-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index ac69c07a..85f122a9 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -53,6 +53,9 @@ jobs: cd packages/changed-elements-react && pnpm run build + - name: Set HOME + run: echo "HOME=$(pwd)" >> $GITHUB_ENV + # Issue with .npmrc file not being found by action. # https://github.com/changesets/action/issues/147#issue-1124312041 - name: Create release PR or publish to npm