Skip to content

Commit fcee954

Browse files
committed
use a specific version of michidk/run-komac
1 parent 1fa4304 commit fcee954

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
@@ -31,10 +31,10 @@ jobs:
3131
$url = "https://github.com/GitTools/GitVersion/releases/download/{0}/gitversion-win-{1}-{0}.zip"
3232
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join " "
3333
34-
$run_args = "update --identifier GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
34+
$run_args = "update GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
3535
"version=$version" >> $env:GITHUB_OUTPUT
3636
"run_args=$run_args" >> $env:GITHUB_OUTPUT
3737
38-
- uses: michidk/run-komac@v2
38+
- uses: michidk/run-komac@v2.1.0
3939
with:
4040
args: '${{ steps.get-version.outputs.run_args }}'

0 commit comments

Comments
 (0)