Skip to content

Commit 1a057d0

Browse files
committed
chore: Replace script execution with git-auto-commit-action for Scoop manifest updates in release workflow
1 parent bc6b2e2 commit 1a057d0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@ jobs:
4545
shell: pwsh
4646

4747
- name: Commit scoop manifest changes
48-
run: ./scripts/commit-scoop-manifest.ps1
49-
shell: pwsh
48+
uses: stefanzweifel/git-auto-commit-action@v5
49+
with:
50+
commit_message: "Scoop update for zed-cli-win-unofficial version ${{ github.ref_name }} with zed.bat"
51+
file_pattern: "zed-cli-win-unofficial.json"
52+
commit_user_name: "SameerJS6"
53+
commit_user_email: "[email protected]"
54+
commit_author: "SameerJS6 <[email protected]>"

0 commit comments

Comments
 (0)