Compare commits

..

No commits in common. "0.4.4" and "0.4.3" have entirely different histories.
0.4.4 ... 0.4.3

View File

@ -15,13 +15,13 @@ jobs:
run: |
apk update
apk add git npm yq
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Add Artifacthub.io annotations
run: |
git fetch --unshallow --tags
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"