Skip to content

cicd: Copy distributionmanagement inside the profile tag #TASK-7783 #367

cicd: Copy distributionmanagement inside the profile tag #TASK-7783

cicd: Copy distributionmanagement inside the profile tag #TASK-7783 #367

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