From f8fccc9366aaf3604c0b77346bfa3417cab5a369 Mon Sep 17 00:00:00 2001 From: OmOmofonmwan Date: Tue, 13 Aug 2024 16:56:19 -0500 Subject: [PATCH] Fixed Syntax --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cbbd0426d..2b9a968b4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Get Current Version id: get_current_version run: | - echo "POM_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) + POM_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) echo "::set-output name=POM_VERSION::$POM_VERSION" - name: Print Version