build: make sure JITSI_RELEASE is passed when invoking make

This commit is contained in:
Saúl Ibarra Corretgé 2022-06-13 13:50:48 +02:00
parent 5109874549
commit ab0824783b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ git tag -a "${VERSION}" -m "release" -m "${CHANGES}"
# Tag Docker images and push them to DockerHub
#
JITSI_BUILD=${VERSION} make release
JITSI_BUILD=${VERSION} JITSI_RELEASE=${RELEASE} make release
# Revert back to "unstable" for development
#