Skip to content

Commit

Permalink
Merge pull request #3906 from hove-io/fix_tag_retreival
Browse files Browse the repository at this point in the history
fix tag retreival
  • Loading branch information
pbench authored Jan 10, 2023
2 parents 2eceb56 + 2638329 commit 2a9ac63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
- name: Choose release tag
if: startsWith(github.ref, 'refs/tags/')
run: |
cd navitia
version=$(git describe)
version=$(git describe --tags)
echo "building version $version"
echo "navitia_tag=$version" >> $GITHUB_ENV
echo "aws_branch=release" >> $GITHUB_ENV
Expand Down

0 comments on commit 2a9ac63

Please sign in to comment.