Skip to content

Commit 795d98e

Browse files
authored
fix: identify automation app (#392)
1 parent 197f9a1 commit 795d98e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Install
4141
run: npm ci
4242

43+
- name: Configure git for Insomnia Automation
44+
run: |
45+
git config user.name "insomnia-automation[bot]"
46+
git config user.email "[email protected]"
47+
4348
- name: Create new package version
4449
run: npm version "${{ env.TAG }}"
4550

0 commit comments

Comments
 (0)