We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474ed52 commit 6ad3424Copy full SHA for 6ad3424
.github/workflows/changelog.yml
@@ -6,6 +6,9 @@ on:
6
branch:
7
required: true
8
type: string
9
+ push:
10
+ tags:
11
+ - "*"
12
13
jobs:
14
create_changelog:
@@ -45,4 +48,4 @@ jobs:
45
48
commit_user_email: [email protected] # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
46
49
commit_author: CloudDrove CI <[email protected]>
47
50
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
- file_pattern: CHANGELOG.md
51
+ file_pattern: CHANGELOG.md
0 commit comments