We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411d742 commit dfe71d6Copy full SHA for dfe71d6
.github/workflows/build-and-release.yml
@@ -48,6 +48,6 @@ jobs:
48
./dist/github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
49
./dist/github-backup-utils_${{ github.event.inputs.version }}_all.deb
50
# token: ${{ secrets.GITHUB_TOKEN }} may need token, but try without first
51
- releaseName: v${{ github.event.inputs.version }}
+ name: v${{ github.event.inputs.version }}
52
draft: ${{ github.event.inputs.draft }}
53
body: ${{ github.event.inputs.release-notes }}
0 commit comments