ci: set workflow dispatch inputs to Winget Releaser (#6011)
This commit is contained in:
parent
23ae5bbaf0
commit
e46db67e5e
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
identifier: pnpm.pnpm
|
||||
version: ${{ github.event.inputs.version }}
|
||||
release-tag: v${{ github.event.inputs.version }}
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
post-to-reddit:
|
||||
|
|
|
|||
Loading…
Reference in New Issue