Skip to content

Commit 3803a07

Browse files
committed
Add deploy job
1 parent cb1f9f4 commit 3803a07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
build:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5
26+
27+
deploy:
28+
name: Deploy
29+
needs: build
30+
uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master
31+
secrets: inherit

0 commit comments

Comments
 (0)