Skip to content

Commit f1283d1

Browse files
authored
Update winget.yml
Signed-off-by: sitiom <[email protected]>
1 parent 4989669 commit f1283d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
id: extract_version
1212
run: |
1313
$version = "${{ github.event.release.tag_name }}" -replace "v(\d+)\.(?:0*(\d+))-(\d+)", '$1.$2.$3'
14-
echo "version=$version" >> $GITHUB_OUTPUT
14+
Write-Output "version=$version" >> $GITHUB_OUTPUT
1515
- uses: vedantmgoyal2009/winget-releaser@v2
1616
with:
1717
identifier: daynix.UsbDk
1818
version: ${{ steps.extract_version.outputs.version }}
19-
token: ${{ secrets.WINGET_TOKEN }}
19+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)