From 519d31a6f37c471123233bd8aa2ea03b7f25eb63 Mon Sep 17 00:00:00 2001 From: Ryan Willis Date: Wed, 25 Mar 2026 18:49:23 +0000 Subject: [PATCH] fix: identify automation app --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcbdd555..b85ff9cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,11 @@ jobs: - name: Install run: npm ci + - name: Configure git for Insomnia Automation + run: | + git config user.name "insomnia-automation[bot]" + git config user.email "2326064+insomnia-automation@users.noreply.github.com" + - name: Create new package version run: npm version "${{ env.TAG }}"