github actions: fix typo in bootstrap_archives.yml
This commit is contained in:
parent
e2402dfceb
commit
2b63f877c5
2
.github/workflows/bootstrap_archives.yml
vendored
2
.github/workflows/bootstrap_archives.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
new_tag="bootstrap-$(date "+%Y.%m.%d")"
|
new_tag="bootstrap-$(date "+%Y.%m.%d")"
|
||||||
existing_tag_revision=$(git tag | grep "$new_tag" | cut -d- -f3 | cut -dr -f2)
|
existing_tag_revision=$(git tag | grep "$new_tag" | cut -d- -f3 | cut -dr -f2)
|
||||||
if [ -n "$existing_tag" ]; then
|
if [ -n "$existing_tag_revision" ]; then
|
||||||
tag_rev=$((existing_tag_revision + 1))
|
tag_rev=$((existing_tag_revision + 1))
|
||||||
else
|
else
|
||||||
tag_rev=1
|
tag_rev=1
|
||||||
|
Loading…
Reference in New Issue
Block a user