Skip to content

Commit

Permalink
Automatically build pushed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirtos committed Dec 1, 2024
1 parent 02b1567 commit 614933c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Production Builds
on:
workflow_dispatch:
inputs:
name:
description: "Release-Build"
default: "Generate release build"
push:
tags: ['*']
branches: ["master"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.wirtos.tguydroid"
targetSdkVersion 35
minSdkVersion 16
versionCode 5
versionName '1.4'
versionCode 6
versionName '1.4.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down

0 comments on commit 614933c

Please sign in to comment.