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
6
.github/workflows/spotube-publish-binary.yml
vendored
6
.github/workflows/spotube-publish-binary.yml
vendored
@ -76,12 +76,12 @@ jobs:
|
|||||||
commit_message: Updated to v${{ inputs.version }}
|
commit_message: Updated to v${{ inputs.version }}
|
||||||
|
|
||||||
winget:
|
winget:
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(inputs.jobs, 'winget')
|
if: contains(inputs.jobs, 'winget')
|
||||||
steps:
|
steps:
|
||||||
- name: Release winget package
|
- name: Release winget package
|
||||||
if: ${{ !inputs.dry_run }}
|
if: ${{ !inputs.dry_run }}
|
||||||
uses: vedantmgoyal2009/winget-releaser@v2
|
uses: vedantmgoyal9/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
release-tag: v${{ inputs.version }}
|
release-tag: v${{ inputs.version }}
|
||||||
@ -134,4 +134,4 @@ jobs:
|
|||||||
packageName: oss.krtirtho.spotube
|
packageName: oss.krtirtho.spotube
|
||||||
track: production
|
track: production
|
||||||
status: draft
|
status: draft
|
||||||
releaseName: ${{ env.TAG_NAME }}
|
releaseName: ${{ env.TAG_NAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user