This commit is contained in:
Kamil
2024-11-22 20:03:48 +00:00
parent bf7209c40f
commit 197922e513

View File

@@ -14,11 +14,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
# Extract the tag version
- name: Extract Version
id: extract_version
run: |
version=${GITHUB_REF#refs/tags/}
version=$(python3 -c "import version; print(version.__version__)")
echo "VERSION=$version" >> $GITHUB_ENV
# Set up Docker