We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d2c10 commit fe02226Copy full SHA for fe02226
.github/workflows/maven.yml
@@ -20,7 +20,12 @@ name: GitHub CI
20
on: [push, pull_request]
21
22
jobs:
23
-
24
build:
25
name: Build it
26
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
+
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