Skip to content

Commit 2638329

Browse files
committed
fix tag retreival
1 parent 2eceb56 commit 2638329

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)