Skip to content

Commit

Permalink
Fix version fetching in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Apr 15, 2024
1 parent 057a134 commit 1558e88
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 1558e88

Please sign in to comment.