summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-03-02 21:26:13 -0500
committerGitHub <noreply@github.com>2024-03-02 21:26:13 -0500
commitd604f72aac2be2121f8202cca214a16bfefc0528 (patch)
tree75591fea1a90af73eaf1951769c0a3f7277ce7b1
parent73f1827a03ead3986f94e565b04704fb25893eba (diff)
ci: update sha for auto winget PR action (#1418)
-rw-r--r--.github/workflows/post_release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/post_release.yml b/.github/workflows/post_release.yml
index 5f1b0485..e47524c3 100644
--- a/.github/workflows/post_release.yml
+++ b/.github/workflows/post_release.yml
@@ -119,7 +119,8 @@ jobs:
run: |
echo "Release version: ${{ env.RELEASE_VERSION }}"
- - uses: vedantmgoyal2009/winget-releaser@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c # v2
+ - name: Automatically create PR for winget repos
+ uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # v2
with:
identifier: Clement.bottom
installers-regex: '^bottom_x86_64_installer\.msi$'