Skip to content

Commit 1aca107

Browse files
ci: add git repo
1 parent 966acda commit 1aca107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
- name: clone tap
7171
run: |
7272
git clone git@github.com:jesses-code-adventures/homebrew-tap.git
73+
git init
74+
git branch --set-upstream-to "github.com/jesses-code-adventures/homebrew-tap.git"
75+
git config user.email "jesse@negativespacesounds.com"
76+
git config user.name "GitHub Actions"
7377
- name: replace url and sha
7478
run: |
7579
cd homebrew-tap

0 commit comments

Comments
 (0)