Skip to content

Commit f569060

Browse files
committed
fix release workflow
1 parent a54eac7 commit f569060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/01-tailpipe-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
- name: Release publish
144144
run: |-
145145
cd tailpipe
146+
git config --global user.name "Tailpipe GitHub Actions Bot"
147+
git config --global user.email [email protected]
146148
make release
147149
148150
create_pr_in_homebrew:

0 commit comments

Comments
 (0)