Compare commits
No commits in common. "0.4.7" and "0.4.6" have entirely different histories.
@ -25,7 +25,10 @@ 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)")"
|
||||||
|
|
||||||
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
echo "${NEW_TAG}"
|
||||||
|
echo "${OLD_TAG}"
|
||||||
|
|
||||||
|
.gitea/scripts/add-annotations.sh "${NEW_TAG}" "${OLD_TAG}"
|
||||||
|
|
||||||
- name: Package chart
|
- name: Package chart
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user