Skip to content

Commit

Permalink
Fix to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Jan 31, 2024
1 parent 74ae703 commit b220902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
$matchingTag = $workerToolsTags.results | Where-Object { $_.name -eq $versionToCompare }
echo "VERSION=$versionToCompare" >> $env:GITHUB_OUTPUT
echo "MAJOR_VERSION=$version.Major" >> $env:GITHUB_OUTPUT
echo "MAJOR_VERSION=$($version.Major)" >> $env:GITHUB_OUTPUT
Write-Host "VERSION: $versionToCompare"
Write-Host "MAJOR_VERSION: $version.Major"
Expand Down

0 comments on commit b220902

Please sign in to comment.