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
updates to existing winget manifests
  • Loading branch information
ldennington committed Sep 17, 2021
1 parent 18844c9 commit c9c8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-winget.yml
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.3.2
uses: mjcheetham/update-winget@v1.4
with:
id: Microsoft.Git
token: ${{ secrets.WINGET_TOKEN }}
Expand Down

0 comments on commit c9c8d9e

Please sign in to comment.