Skip to content

Commit ba5d8cf

Browse files
⬆️ CI/CD: Updated
1 parent 924d8dc commit ba5d8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-library-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: 📑 Create tag
2525
run: |
26-
git ls-remote --tags origin
26+
git ls-remote --tags origin | grep ${TAG##*/}
2727
echo OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})" >> $GITHUB_ENV
2828
2929
if [[ -n "$OUTPUT" ]]; then

0 commit comments

Comments
 (0)