Skip to content

Commit 64247ab

Browse files
committed
Bump SDK version to 2.7.1-rc
1 parent e158a86 commit 64247ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ on:
55
types: [ closed ]
66
branches:
77
- develop
8+
push:
9+
branches:
10+
- 'release/*'
811

912
jobs:
10-
update:
11-
if: github.event.pull_request.merged == true
13+
update_on_merge:
14+
if: github.event.pull_request.merged == true || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release/'))
1215
runs-on: ubuntu-latest
1316
steps:
1417
- name: trigger build & send to FAD

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
# SDK version property
24-
SDK_VERSION_NAME=2.7.0-rc
24+
SDK_VERSION_NAME=2.7.1-rc

0 commit comments

Comments
 (0)