WIP: Do it
This commit is contained in:
parent
6de5e9aa48
commit
6884347da0
@ -31,6 +31,9 @@ jobs:
|
|||||||
NEW_TAG="$(git describe --abbrev=0)"
|
NEW_TAG="$(git describe --abbrev=0)"
|
||||||
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
|
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
|
||||||
|
|
||||||
|
echo "Old: ${OLD_TAG}"
|
||||||
|
echo "New: ${NEW_TAG}"
|
||||||
|
|
||||||
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
||||||
|
|
||||||
- name: Package chart
|
- name: Package chart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user