mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fetch tags from origin repository (#213)
This commit is contained in:
parent
24222d66ca
commit
7ed233450c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -216,6 +216,7 @@ jobs:
|
|||||||
tools: composer:v1
|
tools: composer:v1
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin --unshallow --tags
|
||||||
export LAST_TAG=`git describe --abbrev=0 --tags`
|
export LAST_TAG=`git describe --abbrev=0 --tags`
|
||||||
export VERSION=`cat VERSION`
|
export VERSION=`cat VERSION`
|
||||||
export ARCHIVE_NAME=retailcrm-$VERSION.ocmod.zip
|
export ARCHIVE_NAME=retailcrm-$VERSION.ocmod.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user