[Apps Plugin] [CI] Add description to commit message in next dev version

This commit is contained in:
Chris Bono
2023-10-23 17:21:14 -05:00
parent e51f60e16a
commit f5e46c8c66

View File

@@ -63,7 +63,7 @@ jobs:
uses: jvalkeal/build-zoo-handler@v0.0.4
with:
commit-changes-branch: main
commit-changes-message: Next development version
commit-changes-message: "[Apps Plugin ${project.version}] Next development version"
- name: Clean cache
run: |
find ~/.m2/repository -type d -name '*SNAPSHOT' | xargs rm -fr