We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924d8dc commit ba5d8cfCopy full SHA for ba5d8cf
.github/workflows/python-library-rc.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: 📑 Create tag
25
run: |
26
- git ls-remote --tags origin
+ git ls-remote --tags origin | grep ${TAG##*/}
27
echo OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})" >> $GITHUB_ENV
28
29
if [[ -n "$OUTPUT" ]]; then
0 commit comments