Skip to content

Commit 6e55385

Browse files
committed
feat: added changelog.yml file use shared workflow
1 parent 0af31d4 commit 6e55385

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/changelog.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: changelog
2+
permissions: write-all
3+
on:
4+
push:
5+
tags:
6+
- "*"
7+
workflow_dispatch:
8+
jobs:
9+
changelog:
10+
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
11+
secrets: inherit
12+
with:
13+
branch: 'master'

0 commit comments

Comments
 (0)