We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add37bf commit 96fc41fCopy full SHA for 96fc41f
1 file changed
.github/workflows/publish_android.yml
@@ -17,6 +17,10 @@ jobs:
17
run: |
18
rm -rf .build/
19
20
+ - name: Skip upgrade
21
+ run: |
22
+ skip upgrade
23
+
24
- name: Export Debug AARs
25
26
skip export --module LemonKit --no-export-project -d android/lib/debug/ --debug
@@ -32,4 +36,4 @@ jobs:
32
36
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
33
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
38
35
- ./gradlew publish
39
+ ./gradlew publish
0 commit comments