Skip to content

Commit 7fbc6f3

Browse files
committed
github: fix error
1 parent 2918562 commit 7fbc6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
tag_name: ${{ github.ref }}
137137
draft: true
138-
name: ${{ format('{SimpleWeather{0} {1}', ':', github.ref) }}
138+
name: ${{ format('SimpleWeather{0} {1}', ':', github.ref) }}
139139
target_commitish: public
140140
generate_release_notes: true
141141
preserve_order: true

0 commit comments

Comments
 (0)