refactor(release): trigger via release

This commit is contained in:
Elian Doran
2025-04-11 18:27:46 +03:00
parent d020ca7d24
commit 1d5b8dbbbe
2 changed files with 3 additions and 16 deletions

View File

@@ -110,9 +110,3 @@ jobs:
body_path: docs/Release Notes/Release Notes/${{ github.ref }}.md
fail_on_unmatched_files: true
files: upload/*.*
- name: Publish to winget
uses: ./.github/workflows/release-winget.yml
with:
release_tag: ${{ github.ref }}
token: ${{ secrets.WINGET_PAT }}