You've already forked prometheus-fail2ban-exporter-charts
chore(ci): print tags
This commit is contained in:
@ -23,6 +23,10 @@ jobs:
|
||||
run: |
|
||||
NEW_TAG="$(git describe --abbrev=0)"
|
||||
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
|
||||
|
||||
echo "${NEW_TAG}"
|
||||
echo "${OLD_TAG}"
|
||||
|
||||
.gitea/scripts/add-annotations.sh "${NEW_TAG}" "${OLD_TAG}"
|
||||
|
||||
- name: Package chart
|
||||
|
Reference in New Issue
Block a user