topgrade 17.4.0

Upgrade all the things
name: Publish to WinGet

on:
  repository_dispatch:
    types: [release-assets-built]
  workflow_dispatch:

permissions: {}

jobs:
  publish:
    permissions:
      contents: read
    runs-on: ubuntu-latest
    steps:
      - uses: michidk/winget-updater@d2e9ce38251edda66e37724af400506240502d35 # v1.1.7
        with:
          komac-token: ${{ secrets.WINGET_TOKEN }}
          identifier: topgrade-rs.topgrade
          repo: topgrade-rs/topgrade
          url: "https://github.com/topgrade-rs/topgrade/releases/download/v{VERSION}/topgrade-v{VERSION}-x86_64-pc-windows-msvc.zip"
          custom-fork-owner: topgrade-rs