ci: fix typo (#9097)

pull/9110/head
Mitchell Hashimoto 2025-10-09 11:08:01 -07:00 committed by GitHub
commit 6e5e726bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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