2 parents 4e31c67 + 0acae6b commit dff307cCopy full SHA for dff307c
1 file changed
.github/workflows/release-android.yml
@@ -1,10 +1,8 @@
1
name: Release Android
2
3
on:
4
- workflow_dispatch: # Allows manual triggering
5
push:
6
- tags:
7
- - 'v*' # Runs when a version tag like v1.0.0 is pushed
+ branches: [ master ]
8
9
jobs:
10
build:
@@ -13,24 +11,9 @@ jobs:
13
11
- name: Checkout repository
14
12
uses: actions/checkout@v4
15
16
- - name: Setup Node.js
17
- uses: actions/setup-node@v4
18
- with:
19
- node-version: '20'
20
-
21
- name: Install NativeScript CLI
22
run: npm install -g nativescript
23
24
- - name: Setup Java
25
- uses: actions/setup-java@v4
26
27
- cache: gradle
28
- distribution: 'temurin'
29
- java-version: '17'
30
31
- - name: Setup Android SDK
32
- uses: android-actions/setup-android@v3
33
34
- name: Install dependencies
35
run: npm install
36
0 commit comments