Skip to content

Commit

Permalink
Deploy project snapshots to OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 7, 2022
1 parent 3063fd0 commit c50ecd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
with:
ff-maven: "3.8.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds

deploy:
name: Deploy
needs: build
uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master
secrets: inherit

0 comments on commit c50ecd6

Please sign in to comment.