You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/02 05:29:59 UTC

[camel-karaf] 02/02: GH Deploy Action: Point to 3.4.x

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

acosentino pushed a commit to branch deploy-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit cb7fbffa7a6ed74415b9fe00de48dc1ecd064c97
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 2 07:29:27 2020 +0200

    GH Deploy Action: Point to 3.4.x
---
 .github/workflows/asf-snapshots-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index 485c597..da3ce6e 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -43,7 +43,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     needs: build
-    if: github.ref == 'refs/heads/master'
+    if: github.ref == 'refs/heads/camel-karaf-3.4.x'
     env:
       NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
       NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}