Skip to content

Commit dfe71d6

Browse files
committed
fix input name
1 parent 411d742 commit dfe71d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
./dist/github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
4949
./dist/github-backup-utils_${{ github.event.inputs.version }}_all.deb
5050
# token: ${{ secrets.GITHUB_TOKEN }} may need token, but try without first
51-
releaseName: v${{ github.event.inputs.version }}
51+
name: v${{ github.event.inputs.version }}
5252
draft: ${{ github.event.inputs.draft }}
5353
body: ${{ github.event.inputs.release-notes }}

0 commit comments

Comments
 (0)