From 097e7f680966ed629f2234fb9b6e45d2849ab809 Mon Sep 17 00:00:00 2001 From: Robert Chu Date: Wed, 31 Jul 2024 15:49:30 -0700 Subject: [PATCH] Don't commit changes to .yarnrc.yml. --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 367f50b..56a93e0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,6 +49,7 @@ jobs: - run: yarn build:tsc - run: yarn npm publish --access public - run: yarn version patch + - run: git restore .yarnrc.yml - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: