Update winget-releaser to latest

This commit is contained in:
Vedant 2024-08-31 20:30:04 +05:30 committed by GitHub
parent 9b02412060
commit efada35ce0
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 }} 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 }}