Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonegas committed Dec 5, 2024
1 parent 38b6225 commit 16660d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
FILE_VERSION=$(awk -F"'" '/^__version__/ {print $2}' nnodely/__init__.py)
echo "File version: $FILE_VERSION"
echo "FILE_VERSION=$FILE_VERSION" >> $GITHUB_ENV
- name: Print the version
run: |
echo "The branch version: ${{env.BRANCH_VERSION}}"
echo "The file version: ${{env.FILE_VERSION}}"
- name: Compare tag and file versions
Expand Down

0 comments on commit 16660d7

Please sign in to comment.