Skip to content

Commit

Permalink
docs: prepend v to tag string (#32993)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6723492)
  • Loading branch information
mortenpi authored and KristofferC committed Aug 26, 2019
1 parent fd574c1 commit 92a21ef
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 @@ -194,7 +194,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 92a21ef

Please sign in to comment.