Skip to content

Commit

Permalink
Update platform-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges committed Oct 4, 2024
1 parent d7d0466 commit 1ecec3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git add --all
git commit -m "homebrew: update Homebrew Tap Formula for ${{ github.ref_name }}"
git config --unset-all http.https://github.com/.extraheader
git push origin "${PR_BRANCH}"
gh pr create --fill --base main --head "${PR_BRANCH}"
git checkout "${CURRENT_BRANCH}"
Expand Down

0 comments on commit 1ecec3d

Please sign in to comment.