Skip to content

Commit d1c509a

Browse files
committed
FIXUP: show version prefix
1 parent 2d2fa78 commit d1c509a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58123,7 +58123,7 @@ async function run_linux() {
5812358123
try {
5812458124
const distro = await lsb_release();
5812558125
const cache_dir = 'cache-tarantool';
58126-
core.startGroup('Checking latest tarantool version');
58126+
core.startGroup(`Checking latest tarantool ${tarantool_version} version`);
5812758127
const version = await latest_version(tarantool_version);
5812858128
core.endGroup();
5812958129
core.info(`${version}`);

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function run_linux(): Promise<void> {
125125
try {
126126
const distro = await lsb_release()
127127
const cache_dir = 'cache-tarantool'
128-
core.startGroup('Checking latest tarantool version')
128+
core.startGroup(`Checking latest tarantool ${tarantool_version} version`)
129129
const version = await latest_version(tarantool_version)
130130
core.endGroup()
131131
core.info(`${version}`)

0 commit comments

Comments
 (0)