Skip to content

Commit

Permalink
add temporary workflow for winget
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 24, 2024
1 parent d6106f9 commit 4f69d6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/winget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 }}
release-tag: v1.6.27

0 comments on commit 4f69d6f

Please sign in to comment.