Skip to content

Commit 6d6dd8c

Browse files
fix: replace github.ref_names to github.ref_name
1 parent a0a7dfe commit 6d6dd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
draft: false
4242
makeLatest: true
4343
name: ${{ inputs.tag != '' && inputs.tag || github.ref_name }}
44-
tag: ${{ inputs.tag != '' && inputs.tag || github.ref_names }}
44+
tag: ${{ inputs.tag != '' && inputs.tag || github.ref_name }}
4545
body: ${{ steps.changelog.outputs.changes }}
4646
token: ${{ secrets.GITHUB }}
4747

0 commit comments

Comments
 (0)