From 010b8626177e884ce01256e02de8737287801fa2 Mon Sep 17 00:00:00 2001 From: Hammerbeck Date: Wed, 22 May 2024 16:06:31 +0200 Subject: [PATCH] output values for testing --- .github/actions/release-to-git/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/release-to-git/action.yml b/.github/actions/release-to-git/action.yml index d28f1b8a..799f550e 100644 --- a/.github/actions/release-to-git/action.yml +++ b/.github/actions/release-to-git/action.yml @@ -17,6 +17,12 @@ runs: id: get-version uses: ./.github/actions/get-current-version + - name: output values + shell: bash + run: | + echo "version=${{ steps.get-version.outputs.version }}" + echo "latest_tag=$(git tag | sort --version-sort | tail -n1)" + - name: set latest tag shell: bash id: set-latest-tag