From 921bfcb1036c444be7b751e2d737418937484676 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 17 Apr 2023 13:23:30 +0200 Subject: [PATCH] Add deploy job --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 81f67f61..39970153 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,3 +23,9 @@ jobs: build: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5 + + deploy: + name: Deploy + needs: build + uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit