Skip to content

cicd: the plugin will use distributionManagement when your version en… #357

cicd: the plugin will use distributionManagement when your version en…

cicd: the plugin will use distributionManagement when your version en… #357

Workflow file for this run

name: Merge/Push in java-common-libs develop branch
on:
push:
branches:
- develop
- release-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
deploy-maven:
uses: ./.github/workflows/deploy-maven-repository-workflow.yml
needs: build
secrets: inherit