ci: fix typo (#9097)

This commit is contained in:
Mitchell Hashimoto
2025-10-09 11:08:01 -07:00
committed by GitHub

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 }}