Skip to content

Commit bbc5747

Browse files
⬆️ CI/CD: Updated
1 parent da5ffad commit bbc5747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/candidate-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Create tag
2424
run: |
25+
echo ${TAG}
26+
echo ${TAG##*/}
2527
OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})"
2628
echo "${OUTPUT:0-1}"
2729
if [[ -n "$OUTPUT" ]]

0 commit comments

Comments
 (0)