Skip to content

Commit

Permalink
Upgrade update-winget action to v1.4
Browse files Browse the repository at this point in the history
This version allows us to update existing `winget` manifests by
specifying a manifest's SHA if it already exists in `microsoft/winget-pkgs`.

Pull Requests
---------------

* [#178](mjcheetham/update-winget#179): Allow updatesto existing winget manifests
  • Loading branch information
ldennington committed Sep 17, 2021
1 parent d9d9fbd commit 68aa333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-winget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- id: update-winget
name: Update winget repository
uses: mjcheetham/update-winget@v1.2.2
uses: mjcheetham/update-winget@v1.4
with:
id: Microsoft.GitCredentialManagerCore
token: ${{ secrets.WINGET_TOKEN }}
Expand Down

0 comments on commit 68aa333

Please sign in to comment.