summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-09 11:08:01 -0700
committerGitHub <noreply@github.com>2025-10-09 11:08:01 -0700
commit6e5e726bc29a1f1faac6d4ac04bbc7778d3ad559 (patch)
treec65fe08586f2146ded13c61851a4833d0696d971
parent3b2ef4c216c2f720330aeb50c51f942fccac5156 (diff)
parentdfb32022d46576135412d5892713bdec6078519d (diff)
ci: fix typo (#9097)
-rw-r--r--.github/workflows/publish-tag.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml
index 710d04647..c433e7484 100644
--- a/.github/workflows/publish-tag.yml
+++ b/.github/workflows/publish-tag.yml
@@ -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 }}