This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b12106c Fix ASF Deploy gh action b12106c is described below commit b12106c75ac3ee3b825e5282ce4b0193888abf4a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 29 08:23:29 2020 +0200 Fix ASF Deploy gh action --- .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 6d04fb9..18e48a8 100644 --- a/.github/workflows/asf-snapshots-deploy.yml +++ b/.github/workflows/asf-snapshots-deploy.yml @@ -42,7 +42,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: build-native + needs: build if: github.ref == 'refs/heads/master' env: NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}