Skip to content

Commit 3a9fa63

Browse files
authored
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
1 parent 5631edd commit 3a9fa63

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
packageName: me.rosuh.easywatermark
3535
releaseFiles: 'app-release.aab'
3636
track: production
37-
status: inProgress
3837
mappingFile: 'mapping.txt'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ android.nonFinalResIds=false
3131

3232
majorVersion=2
3333
minorVersion=9
34-
patchVersion=1
34+
patchVersion=2

0 commit comments

Comments
 (0)