Fix publish workflow dispatch context

This commit is contained in:
Advait Paliwal
2026-04-15 18:15:20 -07:00
parent 419bcea3d1
commit 82cafd10cc

View File

@@ -27,7 +27,7 @@ jobs:
id: meta
shell: bash
env:
INPUT_TAG: ${{ inputs.tag }}
INPUT_TAG: ${{ github.event.inputs.tag }}
REF_NAME: ${{ github.ref_name }}
run: |
TAG="${INPUT_TAG:-$REF_NAME}"