We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eceb56 commit 2638329Copy full SHA for 2638329
.github/workflows/build_dockers.yml
@@ -89,8 +89,7 @@ jobs:
89
- name: Choose release tag
90
if: startsWith(github.ref, 'refs/tags/')
91
run: |
92
- cd navitia
93
- version=$(git describe)
+ version=$(git describe --tags)
94
echo "building version $version"
95
echo "navitia_tag=$version" >> $GITHUB_ENV
96
echo "aws_branch=release" >> $GITHUB_ENV
0 commit comments