Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cavoq committed Sep 15, 2024
1 parent c8ecfe2 commit cbe1398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git fetch origin master
git checkout master
cur_version=$(python -c "exec(open('ntp_amplification/version.py').read()); print(__version__)")
cur_version=$(python -c "exec(open('version.py').read()); print(__version__)")
echo "Main branch version: $cur_version"
if [ "$cur_version" = "$version" ]; then
Expand Down

0 comments on commit cbe1398

Please sign in to comment.