Skip to content

Commit 6ad3424

Browse files
authored
feat: add changelog to call in sameworkflow (#34)
1 parent 474ed52 commit 6ad3424

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branch:
77
required: true
88
type: string
9+
push:
10+
tags:
11+
- "*"
912

1013
jobs:
1114
create_changelog:
@@ -45,4 +48,4 @@ jobs:
4548
commit_user_email: [email protected] # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
4649
commit_author: CloudDrove CI <[email protected]>
4750
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
48-
file_pattern: CHANGELOG.md
51+
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)