diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aed2cc5..09feae4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,5 +21,11 @@ on: [push, pull_request] jobs: build: - name: Build with Maven + name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master + + deploy: + name: Deploy + needs: build + uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit