You've already forked computing-box
Updated release workflow
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m58s
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m58s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
@@ -93,11 +93,12 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
PREV_TAG="$(
|
PREV_TAG="$(
|
||||||
git tag --list 'v*' \
|
git for-each-ref \
|
||||||
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
--sort=-creatordate \
|
||||||
|
--format='%(refname:short)' \
|
||||||
|
refs/tags \
|
||||||
| grep -Fxv "$TAG" \
|
| grep -Fxv "$TAG" \
|
||||||
| sort -V \
|
| head -n 1 \
|
||||||
| tail -n 1 \
|
|
||||||
|| true
|
|| true
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user