Skip to content

Commit 96fc41f

Browse files
committed
Also this
1 parent add37bf commit 96fc41f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish_android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
run: |
1818
rm -rf .build/
1919
20+
- name: Skip upgrade
21+
run: |
22+
skip upgrade
23+
2024
- name: Export Debug AARs
2125
run: |
2226
skip export --module LemonKit --no-export-project -d android/lib/debug/ --debug
@@ -32,4 +36,4 @@ jobs:
3236
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
3337
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3438
run: |
35-
./gradlew publish
39+
./gradlew publish

0 commit comments

Comments
 (0)