Skip to content

Commit 71e7e93

Browse files
Lessley Denningtonderrickstolee
authored andcommitted
Merge pull request git-for-windows#380 from ldennington/update-winget-manifest
Update winget manifest
2 parents 8868048 + 88c6b40 commit 71e7e93

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/release-winget.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ jobs:
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
@@ -32,8 +33,6 @@ jobs:
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

0 commit comments

Comments
 (0)