From 6d6fc9426e59d133350994f59b542bd96c639760 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Thu, 1 Aug 2024 21:28:49 -0700 Subject: [PATCH] Issue #97: Debug why tag is not being passed --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cc4aca8..2a38f8db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,6 +90,7 @@ jobs: # Make the version and tag name available to subsequent jobs as an output param echo "RELEASE_TAG=$tagName" >> "$GITHUB_OUTPUT" echo "RELEASE_VERSION=$version" >> "$GITHUB_OUTPUT" + cat $GITHUB_OUTPUT # Set the next development version and commit mvn \