Skip to content

Commit 2a9ac63

Browse files
authored
Merge pull request #3906 from hove-io/fix_tag_retreival
fix tag retreival
2 parents 2eceb56 + 2638329 commit 2a9ac63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_dockers.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
- name: Choose release tag
9090
if: startsWith(github.ref, 'refs/tags/')
9191
run: |
92-
cd navitia
93-
version=$(git describe)
92+
version=$(git describe --tags)
9493
echo "building version $version"
9594
echo "navitia_tag=$version" >> $GITHUB_ENV
9695
echo "aws_branch=release" >> $GITHUB_ENV

0 commit comments

Comments
 (0)