Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m15s

This commit is contained in:
Seaswimmer 2024-01-07 02:47:04 +00:00
commit 9d445690db

View file

@ -55,9 +55,11 @@ jobs:
unset GITLAB_TOKEN
if [ -n "${{ github.base_ref }}" ]; then
echo "${{ github.base_ref }}"
release="$(basename "${{ github.base_ref }}")"
else
release="$(basename "${{ github.ref }}")"
echo "${{ github.ref_name }}"
release="$(basename "${{ github.ref_name }}")"
fi
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"