Skip to content

Commit 928d62c

Browse files
committed
ci: Remove uneeded tag check from build step
We have the opposite check in the previous job
1 parent db45445 commit 928d62c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272
id: build
7373
run: |
7474
VERSION=$(poetry version -s)
75-
if [ "$(git tag -l "${VERSION}")" ]; then
76-
echo "Tag ${VERSION} already exists. Please bump the project to a greater version."
77-
exit 1
78-
fi
7975
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
8076
poetry build
8177
- name: Store the distribution packages

0 commit comments

Comments
 (0)