Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Dec 19, 2024
1 parent 74d3291 commit e32b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
vf = 'version-android-dev.txt'
version = '9999.99.99-dev'
else:
tag = ref.strip()
tag = ref.strip()
if tag.startswith('refs/tags/android-lantern-'):
a = tag.replace('refs/tags/android-lantern-', '')
elif tag.startswith('refs/tags/ios-lantern-'):
Expand Down

0 comments on commit e32b4c2

Please sign in to comment.