We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966acda commit 1aca107Copy full SHA for 1aca107
.github/workflows/release.yml
@@ -70,6 +70,10 @@ jobs:
70
- name: clone tap
71
run: |
72
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"
77
- name: replace url and sha
78
79
cd homebrew-tap
0 commit comments