Skip to content

Commit

Permalink
Update winget.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sitiom <[email protected]>
  • Loading branch information
sitiom authored Mar 2, 2023
1 parent 4989669 commit f1283d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
id: extract_version
run: |
$version = "${{ github.event.release.tag_name }}" -replace "v(\d+)\.(?:0*(\d+))-(\d+)", '$1.$2.$3'
echo "version=$version" >> $GITHUB_OUTPUT
Write-Output "version=$version" >> $GITHUB_OUTPUT
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: daynix.UsbDk
version: ${{ steps.extract_version.outputs.version }}
token: ${{ secrets.WINGET_TOKEN }}
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit f1283d1

Please sign in to comment.