@@ -76,6 +76,8 @@ if gh_ref[0:10] == 'refs/tags/':
tag=env_tag
ifsemver==None:
print('! Could not get semver from %s'%gh_ref)
print("! Treat tag '%s' as a release"%tag)
is_prerelease=False
else:
ifsemver.group('prerelease')isNone:
# is a regular semver compilant tag
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.