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 ab27840 commit 8fc58f5Copy full SHA for 8fc58f5
.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
24
name: Build it
25
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
+ deploy:
+ name: Deploy
+ needs: build
+ uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
+ secrets: inherit
0 commit comments