Skip to content

Commit

Permalink
docs: prepend v to tag string (#32993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored and fredrikekre committed Aug 21, 2019
1 parent 183cba4 commit 6723492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ env_mappings = [
]

if Base.GIT_VERSION_INFO.tagged_commit
push!(env_mappings, "TRAVIS_TAG" => string(Base.VERSION))
push!(env_mappings, "TRAVIS_TAG" => "v$(Base.VERSION)")
end

withenv(env_mappings...) do
Expand Down

0 comments on commit 6723492

Please sign in to comment.