File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 27
27
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
28
28
automatic_release_tag : latest
29
29
prerelease : false
30
- title : " Release Modulo Application Plugin ${{ env.VERSION }}"
31
- file : |
30
+ title : " Release v ${{ env.VERSION }}"
31
+ files : |
32
32
build/libs/modulo-application-plugin-${{ env.VERSION }}.jar
33
33
build/libs/modulo-application-plugin-${{ env.VERSION }}-groovydoc.jar
34
34
build/libs/modulo-application-plugin-${{ env.VERSION }}-javadoc.jar
Original file line number Diff line number Diff line change 1
1
# Modulo Application Plugin
2
2
3
+ ![ Release App] ( https://github.com/ChillyCheesy/ModuloGradleApplication/actions/workflows/release-app.yml/badge.svg?branch=master )
4
+
3
5
## Overview.
4
6
The HomeTracker Application Plugin give help to deploy HomeTracker's modules.
5
7
You can’t perform that action at this time.
0 commit comments