no message
This commit is contained in:
parent
b1a9b51358
commit
b28a92c737
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -30,10 +30,10 @@ jobs:
|
|||
else
|
||||
IMAGE_VER=${{ github.event.inputs.IMAGE_VER }}
|
||||
fi
|
||||
if [[ secrets.IMAGE_VER == '' ]]; then
|
||||
IMAGE_VER='test-vBeta'
|
||||
fi
|
||||
echo '::set-output name=image_ver::'secrets.IMAGE_VER
|
||||
# if [[ $IMAGE_VER == '' ]]; then
|
||||
# IMAGE_VER='test-vBeta'
|
||||
# fi
|
||||
echo '::set-output name=image_ver::'$IMAGE_VER
|
||||
- name: Check Version
|
||||
run: |
|
||||
echo $GITHUB_REF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue