Skip to content

Commit

Permalink
use a specific version of michidk/run-komac
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 16, 2024
1 parent 1fa4304 commit fcee954
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 @@ -31,10 +31,10 @@ jobs:
$url = "https://github.com/GitTools/GitVersion/releases/download/{0}/gitversion-win-{1}-{0}.zip"
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join " "
$run_args = "update --identifier GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
$run_args = "update GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
"version=$version" >> $env:GITHUB_OUTPUT
"run_args=$run_args" >> $env:GITHUB_OUTPUT
- uses: michidk/run-komac@v2
- uses: michidk/run-komac@v2.1.0
with:
args: '${{ steps.get-version.outputs.run_args }}'

0 comments on commit fcee954

Please sign in to comment.