Skip to content

Commit 1eddcb4

Browse files
committed
fix: update relesae changelog internal workflows
1 parent 2d26bd8 commit 1eddcb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-changelog-internal.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
- "*"
88
jobs:
99
changelog:
10-
uses: clouddrove/github-shared-workflows/.github/workflows/release-changelog.yml@master
10+
uses: ./.github/workflows/release-changelog.yml@master
1111
with:
1212
branch: 'master'
13+
tag_format: X.Y.Z
14+
release_tag: ${{ github.ref_name }}
1315
secrets:
1416
GITHUB: ${{ secrets.GITHUB }}
15-
...
17+
...

0 commit comments

Comments
 (0)