From 3a9fa63d547671d2989c42efaba0d2dbcbd4c624 Mon Sep 17 00:00:00 2001 From: rosuH Date: Sun, 14 Jul 2024 23:09:20 +0800 Subject: [PATCH] fix(ci): remove unused status field in publish.yml (#319) * fix(ci): remove unused status field in publish.yml * chore: bump patch version in gradle.properties --- .github/workflows/publish.yml | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a26bfd02..38e18b0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,5 +34,4 @@ jobs: packageName: me.rosuh.easywatermark releaseFiles: 'app-release.aab' track: production - status: inProgress mappingFile: 'mapping.txt' diff --git a/gradle.properties b/gradle.properties index 69e0c66b..36d86df9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,4 +31,4 @@ android.nonFinalResIds=false majorVersion=2 minorVersion=9 -patchVersion=1 \ No newline at end of file +patchVersion=2 \ No newline at end of file