Skip to content

Commit 1dc09f7

Browse files
Fix changesets (#40)
* Add .npmrc This prevents dirty worktree errors during github actions due to changesets creating a .npmrc during CD * Revert .npmrc change * Add env to changesets action
1 parent 52e47aa commit 1dc09f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
HOME: ${{ github.workspace }}

0 commit comments

Comments
 (0)