Skip to content

Commit

Permalink
why reference it with -VersionType just param arg is fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent 4320658 commit 5e5c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
$DebugInfo = @()
$DebugInfo += "Executing update.ps1 with VersionType=${{ steps.version.outputs.bumpType }}"
$result = pwsh ./scripts/update.ps1 -VersionType ${{ steps.version.outputs.bumpType }}
$result = pwsh ./scripts/update.ps1 ${{ steps.version.outputs.bumpType }}
echo "version=$result" >> $GITHUB_OUTPUT
echo "$DebugInfo" >> $GITHUB_STEP_SUMMARY
shell: pwsh
Expand Down

0 comments on commit 5e5c706

Please sign in to comment.