Skip to content

Commit

Permalink
Printing git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed May 6, 2021
1 parent 92ebdcb commit 2f008c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions latex-lib/.latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ print "default_files=@default_files $_[0]\n";
foreach (@default_files) {
print "$_\n";
}
print "\%O=%O\n";
print "\%O=%S\n";

#
# Find the main doc and derive some values from it.
Expand Down Expand Up @@ -206,6 +204,7 @@ sub getVersionString() {
if (starts_with($ENV{'GITHUB_REF'}, 'refs/tags/')) {
my $tag = $ENV{'GITHUB_REF'};
$tag =~ 'refs/tags/';
print "Git tag is ${tag}\n";
$suffix = "${tag}";
} else {
#
Expand Down

0 comments on commit 2f008c2

Please sign in to comment.