ci: Fix release conflict with nightly

This commit is contained in:
ziro 2024-01-14 11:32:36 +07:00
parent 0a8d37c1ed
commit 11d4511bc8
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -56,7 +56,7 @@ jobs:
# NIGHTLY
- name: Prepare nightly build
if: steps.branch_name.outputs.name == 'master'
if: steps.branch_name.outputs.name == 'master' && github.event.inputs.version == ''
run: |
set -x
echo "VERSION_TAG=r$(git rev-list --count HEAD)" >> $GITHUB_ENV