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
|
||||
|
||||
PREV_TAG="$(
|
||||
git tag --list 'v*' \
|
||||
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
||||
git for-each-ref \
|
||||
--sort=-creatordate \
|
||||
--format='%(refname:short)' \
|
||||
refs/tags \
|
||||
| grep -Fxv "$TAG" \
|
||||
| sort -V \
|
||||
| tail -n 1 \
|
||||
| head -n 1 \
|
||||
|| true
|
||||
)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user