Update .gitea/workflows/bumptest.yml

This commit is contained in:
2025-05-29 09:29:47 +01:00
parent 2aed04e150
commit b3decbcd05

View File

@@ -4,6 +4,7 @@ name: Bump version
on:
release:
types: [published]
workflow_dispatch:
jobs:
build:
@@ -17,6 +18,9 @@ jobs:
curl -o git-chglog -L "https://github.com/git-chglog/git-chglog/releases/download/${CHGLOG_VERSION}/git-chglog_linux_amd64"
chmod +x git-chglog
- name: show structure
run: ls -la
- name: Generate CHANGELOG.md
id: generate
run: |