Skip to content

Commit 227226e

Browse files
author
Lessley Dennington
authored
Merge pull request #332 from ldennington/ldennington/update-winget-deployments
Updating release-winget according to manifest schema changes
2 parents 3e6719d + ce63156 commit 227226e

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/workflows/release-winget.yaml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,29 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Update winget repository
11-
uses: mjcheetham/update-winget@v1.0
10+
- id: update-winget
11+
name: Update winget repository
12+
uses: mjcheetham/update-winget@v1.2
1213
with:
13-
token: ${{ secrets.WINGET_TOKEN }}
14-
repo: microsoft/winget-pkgs
1514
id: Microsoft.GitCredentialManagerCore
15+
token: ${{ secrets.WINGET_TOKEN }}
1616
releaseAsset: gcmcore-win-x86-(.*)\.exe
1717
manifestText: |
18-
Id: {{id}}
19-
Version: {{version}}
20-
Name: Git Credential Manager Core
18+
PackageIdentifier: {{id}}
19+
PackageVersion: {{version}}
20+
PackageName: Git Credential Manager Core
2121
Publisher: Microsoft Corporation
22-
AppMoniker: git-credential-manager-core
23-
Homepage: https://aka.ms/gcmcore
24-
Tags: "gcm, gcmcore, git, credential"
22+
Moniker: git-credential-manager-core
23+
PackageUrl: https://aka.ms/gcmcore
24+
Tags: [ gcm, gcmcore, git, credential ]
2525
License: Copyright (C) Microsoft Corporation
26-
Description: Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
26+
ShortDescription: Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
2727
Installers:
28-
- Arch: x86
29-
Url: {{url}}
30-
InstallerType: Inno
31-
Sha256: {{sha256}}
28+
- Architecture: x86
29+
InstallerUrl: {{url}}
30+
InstallerType: inno
31+
InstallerSha256: {{sha256}}
32+
PackageLocale: en-US
33+
ManifestType: singleton
34+
ManifestVersion: 1.0.0
3235
alwaysUsePullRequest: true

0 commit comments

Comments
 (0)