Skip to content

Commit 6723492

Browse files
mortenpifredrikekre
authored andcommitted
docs: prepend v to tag string (#32993)
1 parent 183cba4 commit 6723492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ env_mappings = [
202202
]
203203

204204
if Base.GIT_VERSION_INFO.tagged_commit
205-
push!(env_mappings, "TRAVIS_TAG" => string(Base.VERSION))
205+
push!(env_mappings, "TRAVIS_TAG" => "v$(Base.VERSION)")
206206
end
207207

208208
withenv(env_mappings...) do

0 commit comments

Comments
 (0)