Skip to content

Commit 8fc58f5

Browse files
Enable deploy job on GitHub
1 parent ab27840 commit 8fc58f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2626

27-
# deploy:
28-
# name: Deploy
29-
# needs: build
30-
# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31-
# secrets: inherit
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)