Update .gitea/workflows/bumptest.yml
This commit is contained in:
@@ -4,6 +4,7 @@ name: Bump version
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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"
|
curl -o git-chglog -L "https://github.com/git-chglog/git-chglog/releases/download/${CHGLOG_VERSION}/git-chglog_linux_amd64"
|
||||||
chmod +x git-chglog
|
chmod +x git-chglog
|
||||||
|
|
||||||
|
- name: show structure
|
||||||
|
run: ls -la
|
||||||
|
|
||||||
- name: Generate CHANGELOG.md
|
- name: Generate CHANGELOG.md
|
||||||
id: generate
|
id: generate
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user