We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c21dfd9 + 2bcc2d9 commit e64fcecCopy full SHA for e64fcec
.github/workflows/release-packages.yaml
@@ -134,6 +134,10 @@ jobs:
134
# The GITHUB_REF we get has refs/tags/ in front of the tag name so we
135
# strip that here
136
run: echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV
137
+ - name: Configure git user name and email
138
+ uses: Homebrew/actions/git-user-config@07da0794847043a11761f14c97cc682577c74d5d
139
+ with:
140
+ username: db-ci-cprover
141
- name: Create homebrew PR
142
run: |
143
brew update-reset
0 commit comments