Skip to content

chore: try republish winget #55

chore: try republish winget

chore: try republish winget #55

name: Publish packages to public repositories
on:
push:
branches:
- winget-release
jobs:
publish-winget:
runs-on: windows-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Publish to winget
shell: pwsh
env:
WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
run: |
echo 'Publishing to winget'
& .\scripts\winget\update-package.ps1 `
-releaseVersion '2.5.1'