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 2f0670c7e Fix jit-executor-rc workflow
2f0670c7e is described below

commit 2f0670c7e96199a2d35c7c8787adf2e53c839859
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 09:11:44 2024 -0300

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

diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 0f17cb914..0cc9b92d9 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -135,7 +135,7 @@ jobs:
         if: runner.os == 'macOS' && github.event_name != 'pull_request'
         shell: bash
         run: |
-          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-darwin -am -Pjitexecutor-native -Prelease
+          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-darwin -am -Pjitexecutor-native 
-Papache-release
 
       - name: "Build Linux"
         if: runner.os == 'Linux' && github.event_name == 'pull_request'
@@ -147,7 +147,7 @@ jobs:
         if: runner.os == 'Linux' && github.event_name != 'pull_request'
         shell: bash
         run: |
-          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-linux -am -Pjitexecutor-native -Prelease
+          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-linux -am -Pjitexecutor-native 
-Papache-release
 
       - name: "Build Windows"
         if: runner.os == 'Windows' && github.event_name == 'pull_request'
@@ -159,7 +159,7 @@ jobs:
         if: runner.os == 'Windows' && github.event_name != 'pull_request'
         shell: pwsh
         run: |
-          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-win32 -am -Pjitexecutor-native -Prelease
+          mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-win32 -am -Pjitexecutor-native 
-Papache-release
 
       - name: "Upload JIT Executor binary"
         uses: actions/upload-artifact@v4


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

Reply via email to