File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - id : update-winget
1111 name : Update winget repository
12- uses : mjcheetham/update-winget@v1.2 .2
12+ uses : mjcheetham/update-winget@v1.3 .2
1313 with :
1414 id : Microsoft.Git
1515 token : ${{ secrets.WINGET_TOKEN }}
1616 releaseAsset : Git-([0-9.vfs]*)\-64-bit.exe
1717 manifestText : |
1818 PackageIdentifier: {{id}}
19- PackageVersion: {{version}}
19+ PackageVersion: {{version:s/\.[A-Za-z]+\././ }}
2020 PackageName: Microsoft Git
21- Publisher: Microsoft Corporation
21+ Publisher: The Git Client Team at GitHub
2222 Moniker: microsoft-git
2323 PackageUrl: https://aka.ms/ms-git
24- Tags: [ microsoft-git ]
25- License: Copyright (C) Microsoft Corporation
24+ Tags:
25+ - microsoft-git
26+ License: GPLv2
2627 ShortDescription: |
2728 Git distribution to support monorepo scenarios.
2829 Note: This is not Git for Windows. Unless you are working in a monorepo and require
3233 InstallerUrl: {{url}}
3334 InstallerType: inno
3435 InstallerSha256: {{sha256}}
35- InstallerSwitches:
36- Custom: /COMPONENTS="AUTOUPDATE"
3736 PackageLocale: en-US
3837 ManifestType: singleton
3938 ManifestVersion: 1.0.0
You can’t perform that action at this time.
0 commit comments