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 4f93617 commit d966d1bCopy full SHA for d966d1b
premake5.lua
@@ -203,8 +203,10 @@
203
end
204
205
206
+ local git_tag = nil
207
+
208
if premake.action.isConfigurable() then
- local git_tag = retrieve_git_tag() or io.readfile("git-tags.txt")
209
+ git_tag = retrieve_git_tag() or io.readfile("git-tags.txt")
210
211
if git_tag == "$Format:%(describe:tags=true)$" then
212
git_tag = nil
0 commit comments