From 87fe8e32c00a2c4ceb428ab5a38a9ed392775a01 Mon Sep 17 00:00:00 2001 From: Vinnie Fialok Date: Wed, 3 Jul 2024 12:13:53 +1000 Subject: [PATCH] printing tags --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afcc72da..cdcdc41c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,9 @@ jobs: id: version uses: battila7/get-version-action@v2 + - run: echo ${{ steps.version.outputs.version }} + - run: echo ${{ steps.version.outputs.version-without-v }} + - name: Checkout uses: actions/checkout@v3