We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8da7c commit a5566e3Copy full SHA for a5566e3
.github/workflows/release.yml
@@ -40,15 +40,6 @@ jobs:
40
run: ./scripts/check-goreleaser-output.ps1
41
shell: pwsh
42
43
- - name: Fix Scoop Manifest
44
- run: ./scripts/fix-scoop-manifest.ps1
45
- shell: pwsh
46
-
47
- 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]>"
+ run: ./scripts/commit-scoop-manifest.ps1
+ shell: pwsh
0 commit comments