From 9f356cf48cc085ff308eca2090fe3754dcc4c205 Mon Sep 17 00:00:00 2001 From: Yaroslav Grishajev Date: Thu, 17 Oct 2024 14:26:12 +0200 Subject: [PATCH] ci(release): log latest tag refs #345 --- .github/workflows/release-all-apps.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-all-apps.yml b/.github/workflows/release-all-apps.yml index 18b07ec9..8fb72749 100644 --- a/.github/workflows/release-all-apps.yml +++ b/.github/workflows/release-all-apps.yml @@ -47,7 +47,10 @@ jobs: - name: Get the latest tag id: latest_tag - run: echo "value=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT + run: | + output="value=$(git describe --tags --abbrev=0)" + echo $output + echo $output >> $GITHUB_OUTPUT - name: Generate releases and build docker images env: