|
7 | 7 | release:
|
8 | 8 | runs-on: ubuntu-latest
|
9 | 9 | 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.1 |
12 | 13 | with:
|
13 |
| - token: ${{ secrets.WINGET_TOKEN }} |
14 |
| - repo: microsoft/winget-pkgs |
15 | 14 | id: Microsoft.GitCredentialManagerCore
|
| 15 | + token: ${{ secrets.WINGET_TOKEN }} |
16 | 16 | releaseAsset: gcmcore-win-x86-(.*)\.exe
|
17 | 17 | 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 |
21 | 21 | 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 ] |
25 | 25 | 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. |
27 | 27 | 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 |
32 | 35 | alwaysUsePullRequest: true
|
0 commit comments