diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228db30..28e7b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,6 +216,7 @@ jobs: tools: composer:v1 - name: Build release run: | + git fetch origin --unshallow --tags export LAST_TAG=`git describe --abbrev=0 --tags` export VERSION=`cat VERSION` export ARCHIVE_NAME=retailcrm-$VERSION.ocmod.zip