Skip to content

Commit

Permalink
Merge pull request #105 from IGNF/fix-version-fetching
Browse files Browse the repository at this point in the history
Fix version fetching in ci
  • Loading branch information
leavauchier authored Apr 15, 2024
2 parents 057a134 + 1558e88 commit 424d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Get version number
id: tag
run: |
echo "VERSION=$(python -m lidar_prod.version)" >> $GITHUB_ENV
echo "VERSION=$(docker run lidar_prod python -m lidar_prod.version)" >> $GITHUB_ENV
echo "DATE=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
# show possible tags, for debugging purpose
Expand Down

0 comments on commit 424d30c

Please sign in to comment.