ci: fix typo

This commit is contained in:
Zhizhen He
2025-10-09 10:52:52 +08:00
committed by GitHub
parent 67ece53423
commit dfb32022d4

View File

@@ -28,7 +28,7 @@ jobs:
echo "Version is valid: ${{ github.event.inputs.version }}"
- name: Exract the Version
- name: Extract the Version
id: extract_version
run: |
VERSION=${{ github.event.inputs.version }}