Skip to content

Commit 1e41ed3

Browse files
authored
remove v from release tag check (#418)
1 parent 5db728b commit 1e41ed3

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
@@ -123,7 +123,7 @@ jobs:
123123
disable-animations: true
124124
script: ./gradlew testAllModulesTravis
125125
publish:
126-
if: startsWith(github.ref, 'refs/tags/v')
126+
if: startsWith(github.ref, 'refs/tags/')
127127
uses: optimizely/android-sdk/.github/workflows/build.yml@master
128128
with:
129129
action: ship

0 commit comments

Comments
 (0)