Skip to content

Commit 214263a

Browse files
Deploy snapshots for 3.x branch
1 parent be6885b commit 214263a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/maven.yml

+8
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ jobs:
2323
build:
2424
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+
with:
32+
branch-to-deploy: 'refs/heads/3.x'
33+
secrets: inherit

0 commit comments

Comments
 (0)