This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch jit-executor-10
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/jit-executor-10 by this push:
     new d9c1695be Fix jit-executor-rc workflow
d9c1695be is described below

commit d9c1695be45c8e0c9d546bda5e2a3deda4617113
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 09:08:41 2024 -0300

    Fix jit-executor-rc workflow
---
 .github/workflows/publish-jitexecutor-native-rc.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index e028f3fd4..0f17cb914 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -28,10 +28,9 @@ jobs:
             echo "REF=${{github.event.pull_request.head.ref}}" >> 
"$GITHUB_OUTPUT"
             echo "PROJECT_VERSION=999-SNAPSHOT" >> "$GITHUB_OUTPUT"
           else
-            VERSION="${{ github.event.inputs.release_candidate_version }}"
             echo "REPOSITORY=apache/incubator-kie-kogito-apps" >> 
"$GITHUB_OUTPUT"
-            echo "REF=${VERSION//-SNAPSHOT/}" >> "$GITHUB_OUTPUT"
-            echo "PROJECT_VERSION=$VERSION" >> "$GITHUB_OUTPUT"
+            echo "REF=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
+            echo "PROJECT_VERSION=${{ 
github.event.inputs.release_candidate_version }}" >> "$GITHUB_OUTPUT"
           fi
         shell: bash
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to