Update .gitea/workflows/bumptest.yml
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user