Skip to content

Commit 0557515

Browse files
committed
Fix for unknown inputs in release asset upload
1 parent bfcacf7 commit 0557515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ jobs:
178178
if: startsWith(github.ref_name, 'v')
179179
uses: "softprops/action-gh-release@v1"
180180
with:
181-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
182181
prerelease: true
183-
title: "${{ github.ref_name }}"
182+
name: "${{ github.ref_name }}"
184183
files: |
185184
*.bin

0 commit comments

Comments
 (0)