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
|
id: meta
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
INPUT_TAG: ${{ inputs.tag }}
|
INPUT_TAG: ${{ github.event.inputs.tag }}
|
||||||
REF_NAME: ${{ github.ref_name }}
|
REF_NAME: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
TAG="${INPUT_TAG:-$REF_NAME}"
|
TAG="${INPUT_TAG:-$REF_NAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user