Compare commits

..

No commits in common. "0.4.6" and "0.4.5" have entirely different histories.
0.4.6 ... 0.4.5

View File

@ -20,7 +20,7 @@ jobs:
- name: Add Artifacthub.io annotations - name: Add Artifacthub.io annotations
run: | run: |
git fetch --unshallow --tags --force git fetch --unshallow --tags
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)")"