Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase authored Mar 13, 2024
1 parent dc6bffb commit f0dc5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Check if version has changed
id: check_version
run: |
current_pip_version=$(pip index versions doped | grep LATEST | awk '{print $NF}')
current_repo_version=$(grep version setup.py | awk -F\" '{print $2}')"
current_pip_version=$(pip index versions shakenbreak | grep LATEST | awk '{print $NF}')
current_repo_version=$(grep version setup.py | awk -F\" '{print $2}' | head -1)
if [ "$current_pip_version" != "$current_repo_version" ]; then
echo "::set-output name=version_changed::true"
else
Expand Down

0 comments on commit f0dc5a6

Please sign in to comment.