Skip to content

Commit 166bb2c

Browse files
author
Lessley Dennington
authored
Merge pull request #380 from ldennington/update-winget-manifest
Update winget manifest
2 parents 0a0c9c6 + 88119b0 commit 166bb2c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release-winget.yml

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

0 commit comments

Comments
 (0)