Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
added missing v
  • Loading branch information
0Hughman0 committed Aug 9, 2023
1 parent c2c0508 commit 5989766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
POETRY_VERSION=$(poetry version --short)
echo "$POETRY_VERSION"
echo "$GITHUB_REF"
if [ "$GITHUB_REF" != "refs/tags/$POETRY_VERSION" ]; then
if [ "$GITHUB_REF" != "refs/tags/v$POETRY_VERSION" ]; then
echo "Versions don't match, best not to publish"
exit 1
fi
Expand Down

0 comments on commit 5989766

Please sign in to comment.