Compare commits

..

No commits in common. "0.4.11" and "0.4.10" have entirely different histories.

View File

@ -2,8 +2,6 @@ name: Release
on:
push:
branches:
- master
tags:
- "**"
@ -24,8 +22,6 @@ jobs:
- name: Add Artifacthub.io annotations
run: |
git tag
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"