mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Update winget-releaser to latest
This commit is contained in:
parent
9b02412060
commit
efada35ce0
4
.github/workflows/spotube-publish-binary.yml
vendored
4
.github/workflows/spotube-publish-binary.yml
vendored
@ -76,12 +76,12 @@ jobs:
|
||||
commit_message: Updated to v${{ inputs.version }}
|
||||
|
||||
winget:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(inputs.jobs, 'winget')
|
||||
steps:
|
||||
- name: Release winget package
|
||||
if: ${{ !inputs.dry_run }}
|
||||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
release-tag: v${{ inputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user