summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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$'