Skip to content

Commit dff307c

Browse files
Merge branch 'develop'
2 parents 4e31c67 + 0acae6b commit dff307c

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/release-android.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Release Android
22

33
on:
4-
workflow_dispatch: # Allows manual triggering
54
push:
6-
tags:
7-
- 'v*' # Runs when a version tag like v1.0.0 is pushed
5+
branches: [ master ]
86

97
jobs:
108
build:
@@ -13,24 +11,9 @@ jobs:
1311
- name: Checkout repository
1412
uses: actions/checkout@v4
1513

16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: '20'
20-
2114
- name: Install NativeScript CLI
2215
run: npm install -g nativescript
2316

24-
- name: Setup Java
25-
uses: actions/setup-java@v4
26-
with:
27-
cache: gradle
28-
distribution: 'temurin'
29-
java-version: '17'
30-
31-
- name: Setup Android SDK
32-
uses: android-actions/setup-android@v3
33-
3417
- name: Install dependencies
3518
run: npm install
3619

0 commit comments

Comments
 (0)