Fix publish workflow dispatch context
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user