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 89e69e4 commit 7ea5a6bCopy full SHA for 7ea5a6b
.github/workflows/patch.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Extract tag versions
30
run: |
31
lastTag=$(git describe --tags --abbrev=0)
32
+ echo $lastTag
33
regex="v([0-9]+).([0-9]+).([0-9]+)"
34
if [[ $lastTag =~ $regex ]]
35
then
0 commit comments