.gitea/workflows/release.yml aktualisiert
Some checks failed
Create Release / release (push) Failing after 8s
Some checks failed
Create Release / release (push) Failing after 8s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user