Skip to content

Commit 8524fca

Browse files
committed
Reuse plexus-pom action for CI
1 parent 594c269 commit 8524fca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/maven.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@ on: [push, pull_request]
2121

2222
jobs:
2323
build:
24-
name: Build with Maven
24+
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26+
27+
deploy:
28+
name: Deploy
29+
needs: build
30+
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31+
secrets: inherit

0 commit comments

Comments
 (0)