Skip to content

Commit 43c8c54

Browse files
fix: ci script
1 parent fe8da9a commit 43c8c54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2828
automatic_release_tag: latest
2929
prerelease: false
30-
title: "Release Modulo Application Plugin ${{ env.VERSION }}"
31-
file: |
30+
title: "Release v${{ env.VERSION }}"
31+
files: |
3232
build/libs/modulo-application-plugin-${{ env.VERSION }}.jar
3333
build/libs/modulo-application-plugin-${{ env.VERSION }}-groovydoc.jar
3434
build/libs/modulo-application-plugin-${{ env.VERSION }}-javadoc.jar

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Modulo Application Plugin
22

3+
![Release App](https://github.com/ChillyCheesy/ModuloGradleApplication/actions/workflows/release-app.yml/badge.svg?branch=master)
4+
35
## Overview.
46
The HomeTracker Application Plugin give help to deploy HomeTracker's modules.
57

0 commit comments

Comments
 (0)