Skip to content

add temporary workflow for winget #3

add temporary workflow for winget

add temporary workflow for winget #3

Workflow file for this run

name: Release
on:
push:
branches: winget-2
jobs:
winget:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: rhysd.actionlint
installers-regex: '_windows_\w+\.zip$'
token: ${{ secrets.WINGET_TOKEN }}