Merge pull request #1840 from vedantmgoyal9/patch-1

Update winget-releaser to latest
This commit is contained in:
Kingkor Roy Tirtho 2024-09-15 18:43:56 +06:00 committed by GitHub
commit 4618a6406c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}
@ -134,4 +134,4 @@ jobs:
packageName: oss.krtirtho.spotube
track: production
status: draft
releaseName: ${{ env.TAG_NAME }}
releaseName: ${{ env.TAG_NAME }}