Skip to content

Commit

Permalink
Update winget-releaser to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Aug 31, 2024
1 parent 9b02412 commit efada35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spotube-publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -134,4 +134,4 @@ jobs:
packageName: oss.krtirtho.spotube
track: production
status: draft
releaseName: ${{ env.TAG_NAME }}
releaseName: ${{ env.TAG_NAME }}

0 comments on commit efada35

Please sign in to comment.