Skip to content

Commit

Permalink
changed pattern for google play tags to avoid matching with f-droid p…
Browse files Browse the repository at this point in the history
…attern, see GH issue #274
  • Loading branch information
wolpi committed Aug 11, 2022
1 parent 50d1906 commit ef6fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def handleGooglePlayVersion(fullBuild, releaseVersion):

runBuild()

tagNameGooglePlay = "prim-ftpd-" + releaseVersion + "-google-play"
tagNameGooglePlay = "google-play-prim-ftpd-" + releaseVersion
if fullBuild:
# commit permission out commenting
msg = "removing permission to mange external storage for version " + releaseVersion
Expand Down

0 comments on commit ef6fe50

Please sign in to comment.