Skip to content

Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 #3318

Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 #3318

Workflow file for this run

name: build apps
on:
push:
paths:
- 'digiwf-apps/**'
pull_request:
jobs:
build:
uses: ./.github/workflows/workflow-build-apps.yaml
with:
publish-packages: false
build-images: ${{ github.ref_name == 'dev' }}
release-version: 'dev'
secrets: inherit