mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Fix variable interpolation syntax in repository workflow after 9c972b7
This commit is contained in:
parent
9c972b7a9e
commit
d16f26e2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
id: release
|
||||
run: |
|
||||
version=${GITHUB_REF/refs\/tags\//}
|
||||
pre-release=${github.event.inputs.pre-release}
|
||||
pre-release=${{ github.event.inputs.pre-release }}
|
||||
if [[ ! -z "${pre-release}" ]] ;
|
||||
then
|
||||
echo "pre-release=${pre-release}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue