ci: fix typo (#9097)
commit
6e5e726bc2
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
echo "Version is valid: ${{ github.event.inputs.version }}"
|
echo "Version is valid: ${{ github.event.inputs.version }}"
|
||||||
|
|
||||||
- name: Exract the Version
|
- name: Extract the Version
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
VERSION=${{ github.event.inputs.version }}
|
VERSION=${{ github.event.inputs.version }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue