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 9
9
steps :
10
10
- id : update-winget
11
11
name : Update winget repository
12
- uses : mjcheetham/update-winget@v1.2 .2
12
+ uses : mjcheetham/update-winget@v1.3 .2
13
13
with :
14
14
id : Microsoft.Git
15
15
token : ${{ secrets.WINGET_TOKEN }}
16
16
releaseAsset : Git-([0-9.vfs]*)\-64-bit.exe
17
17
manifestText : |
18
18
PackageIdentifier: {{id}}
19
- PackageVersion: {{version}}
19
+ PackageVersion: {{version:s/\.[A-Za-z]+\././ }}
20
20
PackageName: Microsoft Git
21
- Publisher: Microsoft Corporation
21
+ Publisher: The Git Client Team at GitHub
22
22
Moniker: microsoft-git
23
23
PackageUrl: https://aka.ms/ms-git
24
- Tags: [ microsoft-git ]
25
- License: Copyright (C) Microsoft Corporation
24
+ Tags:
25
+ - microsoft-git
26
+ License: GPLv2
26
27
ShortDescription: |
27
28
Git distribution to support monorepo scenarios.
28
29
Note: This is not Git for Windows. Unless you are working in a monorepo and require
32
33
InstallerUrl: {{url}}
33
34
InstallerType: inno
34
35
InstallerSha256: {{sha256}}
35
- InstallerSwitches:
36
- Custom: /COMPONENTS="AUTOUPDATE"
37
36
PackageLocale: en-US
38
37
ManifestType: singleton
39
38
ManifestVersion: 1.0.0
You can’t perform that action at this time.
0 commit comments