Skip to content

Commit 924d8dc

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: 📑 Create tag
25-
run: |
25+
run: |
26+
git ls-remote --tags origin
2627
echo OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})" >> $GITHUB_ENV
2728
2829
if [[ -n "$OUTPUT" ]]; then
@@ -33,6 +34,7 @@ jobs:
3334
3435
git tag $NEW_TAG
3536
git push origin --tags
37+
3638
echo output $OUTPUT
3739
echo tag $TAG
3840
echo new_tag $NEW_TAG

0 commit comments

Comments
 (0)