Skip to content

Commit

Permalink
Release:v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Jun 25, 2024
1 parent b204b53 commit a119d24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,13 @@ jobs:
with:
name: animetv-android.apk
path: ./app/build/outputs/apk/release/*.apk

- name: Draft release
uses: marvinpinto/action-automatic-releases@latest
if: startsWith(github.event.head_commit.message, 'Release:v')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
draft: true
title: "Dev Release ${{ env.date_now }}"
files: ./app/build/outputs/apk/release/*.apk
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.amarullz.androidtv.animetvjmto"
minSdk 22
targetSdk 34
versionCode 520
versionName "5.2.2-Nightly"
versionCode 523
versionName "5.2.3"


// Automatic Build Version
Expand Down

0 comments on commit a119d24

Please sign in to comment.