Skip to content

Commit e6a4a83

Browse files
authored
Update cp_dispatch.yml
1 parent ee35b61 commit e6a4a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cp_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Compare Patching Version Compatible with 5.17.0
8888
id: version_check
8989
run: |
90-
$patchingVersion = ${{ env.VERSION_TO_PATCH }}
90+
$patchingVersion = $env:VERSION_TO_PATCH
9191
$compareVersion = "5.17.0"
9292
9393
if (-not [string]::IsNullOrEmpty($patchingVersion)) {

0 commit comments

Comments
 (0)