Skip to content

Commit a5566e3

Browse files
committed
chore: Replace git-auto-commit-action with custom PowerShell script for committing Scoop manifest changes in release workflow
1 parent fb8da7c commit a5566e3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ jobs:
4040
run: ./scripts/check-goreleaser-output.ps1
4141
shell: pwsh
4242

43-
- name: Fix Scoop Manifest
44-
run: ./scripts/fix-scoop-manifest.ps1
45-
shell: pwsh
46-
4743
- name: Commit scoop manifest changes
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]>"
44+
run: ./scripts/commit-scoop-manifest.ps1
45+
shell: pwsh

0 commit comments

Comments
 (0)