Skip to content

Commit bf5014b

Browse files
committed
Fix release.yml invalid sequence
1 parent 48c9483 commit bf5014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
repo_token: ${{ secrets.GITHUB_TOKEN }}
2525
prerelease: false
26-
files: [build/ui-bundle.zip]
26+
files: build/ui-bundle.zip

0 commit comments

Comments
 (0)