File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
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
2424 Tags: [ microsoft-git ]
25- License: Copyright (C) Microsoft Corporation
25+ License: GPLv2
2626 ShortDescription: |
2727 Git distribution to support monorepo scenarios.
2828 Note: This is not Git for Windows. Unless you are working in a monorepo and require
3232 InstallerUrl: {{url}}
3333 InstallerType: inno
3434 InstallerSha256: {{sha256}}
35- InstallerSwitches:
36- Custom: /COMPONENTS="AUTOUPDATE"
3735 PackageLocale: en-US
3836 ManifestType: singleton
3937 ManifestVersion: 1.0.0
You can’t perform that action at this time.
0 commit comments