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/12 10:00:52 UTC

[camel] 03/03: Deploy gh action: No need for 3.4.x branch

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

acosentino pushed a commit to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9084d3e7affcc6676ba04d20888a6522e1f0bbbb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 11:43:26 2020 +0200

    Deploy gh action: No need for 3.4.x branch
---
 .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 fab4fbb..898297a 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -44,7 +44,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     needs: build
-    if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/camel-3.4.x'
+    if: github.ref == 'refs/heads/master'
     env:
       NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
       NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}