Skip to content

Commit a67c47a

Browse files
finalize auto deploy version
1 parent 3e228e4 commit a67c47a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/app-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ jobs:
4545
chmod +x gradlew
4646
./gradlew clean :modulo-api:publish :modulo-server:publish
4747
- name: Setup release title
48-
# if: github.ref == 'refs/heads/master'
48+
if: github.ref == 'refs/heads/master'
4949
run: echo "TITLE=$(cat gradle.properties | grep modulo_version | cut -d '=' -f 2)" >> $GITHUB_ENV
5050
- name: Create release
51-
# if: github.ref == 'refs/heads/master'
51+
if: github.ref == 'refs/heads/master'
5252
uses: marvinpinto/action-automatic-releases@latest
5353
with:
5454
repo_token: "${{ secrets.GITHUB_TOKEN }}"
5555
automatic_release_tag: ${{ env.TITLE }}
5656
title: 🪤 ${{ env.TITLE }}
57+
prerelease: false
5758
files: |
5859
modulo-api/build/libs/*.jar
5960
modulo-server/build/libs/*.jar

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
modulo_modulename=Modulo
2-
modulo_version=BINKS-0.0.4
2+
modulo_version=BINKS-0.1.0

0 commit comments

Comments
 (0)