Skip to content

Commit

Permalink
correctly get the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelDaab committed Oct 21, 2024
1 parent d1c8acc commit 9ca6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_deploy_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set version number
run: |
echo "VERSION=v$(python -m patchwork.version)" >> $GITHUB_ENV
echo "VERSION=v$(python -m version)" >> $GITHUB_ENV
- name: Check tag and version number consistency
if: ${{ github.event_name == 'tag' }}
Expand Down

0 comments on commit 9ca6f0f

Please sign in to comment.