Skip to content

Commit

Permalink
do it stupied
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 8, 2019
1 parent 1401308 commit dd6af49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgispluginci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def release(parameters: Parameters,
prerelease = is_prerelease(parameters, release_tag, github_token)
if prerelease:
raise Warning('Skipping deploy to OSGEO since this is a pre-release')
upload_plugin_to_osgeo(username=osgeo_username, password=osgeo_password, archive=archive_name)
else:
upload_plugin_to_osgeo(username=osgeo_username, password=osgeo_password, archive=archive_name)


def create_archive(
Expand Down

0 comments on commit dd6af49

Please sign in to comment.