Skip to content

Commit

Permalink
Deploy snapshots for 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 20, 2024
1 parent be6885b commit 214263a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:
build:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master

deploy:
name: Deploy
needs: build
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
with:
branch-to-deploy: 'refs/heads/3.x'
secrets: inherit

0 comments on commit 214263a

Please sign in to comment.