Skip to content

Commit fe02226

Browse files
committed
Reuse plexus-pom action for CI
1 parent 07d2c10 commit fe02226

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ name: GitHub CI
2020
on: [push, pull_request]
2121

2222
jobs:
23-
2423
build:
2524
name: Build it
2625
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)