Skip to content

Commit 7ea5a6b

Browse files
chore: coucou
Signed-off-by: Joris Mancini <[email protected]>
1 parent 89e69e4 commit 7ea5a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Extract tag versions
3030
run: |
3131
lastTag=$(git describe --tags --abbrev=0)
32+
echo $lastTag
3233
regex="v([0-9]+).([0-9]+).([0-9]+)"
3334
if [[ $lastTag =~ $regex ]]
3435
then

0 commit comments

Comments
 (0)