.gitea/workflows/release.yml aktualisiert
Some checks failed
Create Release / release (push) Failing after 8s

This commit is contained in:
2025-05-29 11:57:38 +02:00
parent 5d8e00c396
commit 342bb23a8a

View File

@ -22,7 +22,7 @@ jobs:
echo "REPO=${GITEA_REPOSITORY#*/}" >> $GITEA_ENV
echo "OWNER=${GITEA_REPOSITORY%/*}" >> $GITEA_ENV
- name: Install git-chglog
- name: Install git-chglog (no Go needed)
run: |
GIT_CHGLOG_VERSION="0.15.1"
curl -sSL "https://github.com/git-chglog/git-chglog/releases/download/v${GIT_CHGLOG_VERSION}/git-chglog_${GIT_CHGLOG_VERSION}_linux_amd64.tar.gz" -o git-chglog.tar.gz