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 da5ffad commit bbc5747Copy full SHA for bbc5747
.github/workflows/candidate-release.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- name: Create tag
24
run: |
25
+ echo ${TAG}
26
+ echo ${TAG##*/}
27
OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})"
28
echo "${OUTPUT:0-1}"
29
if [[ -n "$OUTPUT" ]]
0 commit comments