From a97ef7f1696e554630ef9f8f6645362afb8dde14 Mon Sep 17 00:00:00 2001 From: phoenix-server Date: Tue, 21 Apr 2026 21:11:16 -0400 Subject: [PATCH] chore(ci): set git config and update package lock --- .changeset/chubby-drinks-worry.md | 2 ++ .github/workflows/changesets.yml | 3 +++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/chubby-drinks-worry.md diff --git a/.changeset/chubby-drinks-worry.md b/.changeset/chubby-drinks-worry.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/chubby-drinks-worry.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 52f28173..ea83da22 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -29,6 +29,9 @@ jobs: - name: Install package dependencies run: npm ci + - run: git config user.name "github-actions[bot]" + - run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + - name: Create Release Pull Request uses: changesets/action@v1 with: diff --git a/package.json b/package.json index 99c4a0df..eecfd043 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "docker:cover:integration": "npm run docker:integration:run -- npm run cover:integration", "postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down", "prepare": "husky install || exit 0", - "changeset:version": "changeset version", + "changeset:version": "changeset version && npm install", "changeset:publish": "changeset publish" }, "repository": {