Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Apr 1, 2024
1 parent 642813f commit 1c735ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
TAG_REF=(${GITHUB_REF//\// })
TAG_REF=`echo "${TAG_REF[2]}" | tr -d '[:space:]'`
SETUP_PY_VERSION=`grep "version=" setup.py | cut -d '"' -f2 | tr -d '[:space:]'`
SETUP_PY_VERSION=`cat VERSION`
if [ "$SETUP_PY_VERSION" != "$TAG_REF" ]; then
echo "ERROR: setup.py contains version '$SETUP_PY_VERSION' which differs from '$TAG_REF'"
Expand Down

0 comments on commit 1c735ec

Please sign in to comment.