Skip to content

Commit

Permalink
ci: Remove uneeded tag check from build step
Browse files Browse the repository at this point in the history
We have the opposite check in the previous job
  • Loading branch information
Batalex committed Jan 16, 2025
1 parent db45445 commit 928d62c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
id: build
run: |
VERSION=$(poetry version -s)
if [ "$(git tag -l "${VERSION}")" ]; then
echo "Tag ${VERSION} already exists. Please bump the project to a greater version."
exit 1
fi
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
poetry build
- name: Store the distribution packages
Expand Down

0 comments on commit 928d62c

Please sign in to comment.