Skip to content

Commit

Permalink
nit: adjust git configure step
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Dec 5, 2024
1 parent 57c4aa5 commit 56ff2a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,8 @@ jobs:
repository: akuity/homebrew-tap
token: ${{ secrets.TAP_PAT }}

- name: Setup Git User
uses: fregante/setup-git-user@v2
with:
name: ${{ github.actor }}
email: ${{ github.actor }}@users.noreply.github.com

- name: Update formula and push
uses: fregante/setup-git-user@v2
run: |
VERSION_SUFFIX=$(echo "${{ github.ref_name }}" | grep -oP "^v\d+\.\d+" | sed 's/^v/@/')
echo "version_suffix=$VERSION_SUFFIX" >> $GITHUB_ENV
Expand Down

0 comments on commit 56ff2a3

Please sign in to comment.