Skip to content

Commit f137fe2

Browse files
authored
Fix workflow (#132)
1 parent cbaeb05 commit f137fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010

11-
Only run when the tag begins with the string "android-"
11+
# Only run when the tag begins with the string "android-"
1212
if: ${{ startsWith(github.event.release.tag_name, 'android-') }}
1313

1414
defaults:

0 commit comments

Comments
 (0)