Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 31, 2024
1 parent 8c0137e commit 3f70e2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
tags:
- "v*"
workflow_dispatch:

permissions:
contents: write
jobs:
build-macos:
runs-on: macos-latest
Expand Down Expand Up @@ -95,8 +96,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PAT }}
run: |
git config user.name github-actions
git config user.email [email protected]
git config user.name "GitHub Actions Bot"
git config user.email "github-actions[bot]@users.noreply.github.com"
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git add Formula/screenpipe.rb
git commit -m "chore: update brew to version ${{ env.VERSION }} for ${{ matrix.target }}"
git push
Expand Down

0 comments on commit 3f70e2d

Please sign in to comment.