summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/post-release.yml')
-rw-r--r--.github/workflows/post-release.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index ad2dd3f8..e76fb2f7 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -121,7 +121,8 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c # v2
with:
- identifier: Package.Identifier
+ identifier: Clement.bottom
installers-regex: '^bottom_x86_64_installer\.msi$'
- token: ${{ secrets.WINGET_TOKEN }}
version: ${{ env.RELEASE_VERSION }}
+ release-tag: ${{ env.RELEASE_VERSION }}
+ token: ${{ secrets.WINGET_TOKEN }}