Skip to content

Commit 75a1258

Browse files
committed
test: cicd
1 parent 93bbda9 commit 75a1258

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/03-changelog.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Publish Changelog
22

33
on:
44
workflow_call:
5-
version:
6-
required: true
7-
type: string
5+
inputs:
6+
version:
7+
required: true
8+
type: string
89

910
jobs:
1011
changelog:

0 commit comments

Comments
 (0)