We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655e4d commit fdc8151Copy full SHA for fdc8151
fastlane/lib/util.rb
@@ -27,7 +27,7 @@ def travis_cron?
27
def tagged?
28
travis = ENV['TRAVIS_TAG'] && !ENV['TRAVIS_TAG'].empty?
29
circle = ENV['CIRCLE_TAG'] && !ENV['CIRCLE_TAG'].empty?
30
- github = ENV['GITHUB_REF'] && ENV['GITHUB_REF'] =~ /^refs\/tags\/(.+)$/
+ github = ENV['GITHUB_REF'] && ENV['GITHUB_REF'] =~ /^refs\/tags\//
31
github || travis || circle
32
end
33
0 commit comments